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)
This commit is contained in:
parent
e315bd2c28
commit
5e92ec0bee
|
|
@ -13,7 +13,7 @@
|
|||
"isomorphic-fetch": "^2.2.1",
|
||||
"jquery": "^2.1.4",
|
||||
"less": "^2.5.3",
|
||||
"preboot": "^2.0.5",
|
||||
"preboot": "2.0.5",
|
||||
"rxjs": "5.0.0-beta.2",
|
||||
"systemjs": "^0.19.3",
|
||||
"traceur": "0.0.106",
|
||||
|
|
|
|||
Loading…
Reference in New Issue