Skip to content

Commit 5e92ec0

Browse files
Lock preboot dependency on 2.0.5, because newer version fails if you don't have 'typings' installed globally (which I guess is a bug)
1 parent e315bd2 commit 5e92ec0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/angular/MusicStore/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"isomorphic-fetch": "^2.2.1",
1414
"jquery": "^2.1.4",
1515
"less": "^2.5.3",
16-
"preboot": "^2.0.5",
16+
"preboot": "2.0.5",
1717
"rxjs": "5.0.0-beta.2",
1818
"systemjs": "^0.19.3",
1919
"traceur": "0.0.106",

0 commit comments

Comments
 (0)