fix: correct several esm2015 entry-points in package.jsons (#22892)

PR Close #22892
This commit is contained in:
Igor Minar
2018-03-20 12:44:10 -07:00
parent 67f570caeb
commit 7d095b96cd
14 changed files with 20 additions and 20 deletions

View File

@ -3,7 +3,7 @@
"typings": "./static.d.ts",
"main": "../bundles/upgrade-static.umd.js",
"module": "../fesm5/static.js",
"es2015": "../fesm2015/static/static.js",
"es2015": "../fesm2015/static.js",
"esm5": "../esm5/static/static.js",
"esm2015": "../esm2015/static/static.js",
"fesm5": "../fesm5/static.js",