Pin systemjs
to avoid breakage
SystemJS version 0.21.0 works, but version 0.21.1 breaks with various `Unable to load transpiler to transpile` errors. Pin the version to 0.21.0 for now to avoid this issue.
This commit is contained in:
parent
57e8676180
commit
6896d30037
@ -26,7 +26,7 @@
|
|||||||
"node-ensure": "^0.0.0",
|
"node-ensure": "^0.0.0",
|
||||||
"rimraf": "^2.6.2",
|
"rimraf": "^2.6.2",
|
||||||
"streamqueue": "^1.1.2",
|
"streamqueue": "^1.1.2",
|
||||||
"systemjs": "^0.21.0",
|
"systemjs": "0.21.0",
|
||||||
"systemjs-plugin-babel": "^0.0.25",
|
"systemjs-plugin-babel": "^0.0.25",
|
||||||
"ttest": "^1.1.0",
|
"ttest": "^1.1.0",
|
||||||
"typogr": "^0.6.7",
|
"typogr": "^0.6.7",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user