Merge pull request #1043 from jspm/aluanhaddad-patch-2

add esModule marker for compatibility with SystemJS 0.20
This commit is contained in:
Aluan Haddad
2017-03-28 21:59:08 -04:00
committed by GitHub
+6 -1
View File
@@ -1,4 +1,9 @@
{
"main": "tslib.js",
"format": "cjs"
"format": "cjs",
"meta": {
"tslib.js": {
"esModule": true
}
}
}