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:
Tim van der Meij 2018-04-01 13:07:26 +02:00
parent 57e8676180
commit 6896d30037
No known key found for this signature in database
GPG Key ID: 8C3FD2925A5F2762

View File

@ -26,7 +26,7 @@
"node-ensure": "^0.0.0",
"rimraf": "^2.6.2",
"streamqueue": "^1.1.2",
"systemjs": "^0.21.0",
"systemjs": "0.21.0",
"systemjs-plugin-babel": "^0.0.25",
"ttest": "^1.1.0",
"typogr": "^0.6.7",