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

View File

@ -1,11 +1,11 @@
{
"name": "@angular/animations/browser/testing",
"typings": "./testing.d.ts",
"main": "../../bundles/platform-browser-animations-testing.umd.js",
"module": "../../fesm5/animations/testing.js",
"es2015": "../../fesm2015/animations/testing.js",
"esm5": "../../esm5/animations/testing.js",
"esm2015": "../../esm2015/animations/testing.js",
"fesm5": "../../fesm5/animations/testing.js",
"fesm2015": "../../fesm2015/animations/testing.js"
"main": "../../bundles/animations-browser-testing.umd.js",
"module": "../../fesm5/browser/testing.js",
"es2015": "../../fesm2015/browser/testing.js",
"esm5": "../../esm5/browser/testing/testing.js",
"esm2015": "../../esm2015/browser/testing/testing.js",
"fesm5": "../../fesm5/browser/testing.js",
"fesm2015": "../../fesm2015/browser/testing.js"
}

View File

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

View File

@ -3,7 +3,7 @@
"typings": "./testing.d.ts",
"main": "../bundles/common-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",

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",

View File

@ -3,7 +3,7 @@
"typings": "./testing.d.ts",
"main": "../bundles/core-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",

View File

@ -3,7 +3,7 @@
"typings": "./testing.d.ts",
"main": "../bundles/http-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",

View File

@ -3,7 +3,7 @@
"typings": "./testing.d.ts",
"main": "../bundles/platform-browser-dynamic-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",

View File

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

View File

@ -3,7 +3,7 @@
"typings": "./testing.d.ts",
"main": "../bundles/platform-browser-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",

View File

@ -3,7 +3,7 @@
"typings": "./testing.d.ts",
"main": "../bundles/platform-server-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",

View File

@ -3,7 +3,7 @@
"typings": "./testing.d.ts",
"main": "../bundles/router-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",

View File

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

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",