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": "./testing.d.ts",
"main": "../bundles/compiler-testing.umd.js",
"module": "../fesm5/testing.js",
"es2015": "../fesm2015/testing/testing.js",
"es2015": "../fesm2015/testing.js",
"esm5": "../esm5/testing/testing.js",
"esm2015": "../esm2015/testing/testing.js",
"fesm5": "../fesm5/testing.js",