Merge pull request #1041 from frankwallis/master

fix back compatibility with jspm 0.16
This commit is contained in:
Aluan Haddad
2017-03-07 14:49:03 -05:00
committed by GitHub
+2 -2
View File
@@ -1,4 +1,4 @@
{
"main": "tslib.es6.js",
"format": "esm"
"main": "tslib.js",
"format": "cjs"
}