Skip to content

Commit b5ffeeb

Browse files
authored
fix: npm build error
#1 #2
1 parent 71c4285 commit b5ffeeb

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/dotnetGigs/package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,13 @@
2323
"bootstrap": "^4.0.0-alpha.6",
2424
"core-js": "^2.4.1",
2525
"rxjs": "^5.1.0",
26-
"zone.js": "^0.8.4"
26+
"zone.js": "^0.8.4",
27+
"tether": "^1.4.2",
28+
"bootstrap-loader": "^2.2.0",
29+
"jquery": "3.2.1"
2730
},
2831
"devDependencies": {
29-
"@angular/cli": "1.0.0",
32+
"@angular/cli": "1.5.3",
3033
"@angular/compiler-cli": "^4.0.0",
3134
"@types/jasmine": "2.5.38",
3235
"@types/node": "~6.0.60",

0 commit comments

Comments
 (0)