build: simplify package.jsons for all of our packages (#36944)
We can remove all of the entry point resolution configuration from the package.json in our source code as ng_package rule adds the properties automatically and correctly configures them. This change simplifies our code base but doesn't have any impact on the package.json in the distributed npm_packages. PR Close #36944
This commit is contained in:
parent
9dbb30f884
commit
d578ab8f3c
|
@ -1,12 +1,4 @@
|
|||
{
|
||||
"name": "@angular/animations/browser",
|
||||
"typings": "./browser.d.ts",
|
||||
"main": "../bundles/animations-browser.umd.js",
|
||||
"module": "../fesm5/browser.js",
|
||||
"es2015": "../fesm2015/browser.js",
|
||||
"esm5": "../esm5/browser/browser.js",
|
||||
"esm2015": "../esm2015/browser/browser.js",
|
||||
"fesm5": "../fesm5/browser.js",
|
||||
"fesm2015": "../fesm2015/browser.js",
|
||||
"sideEffects": false
|
||||
}
|
||||
|
|
|
@ -1,11 +1,3 @@
|
|||
{
|
||||
"name": "@angular/animations/browser/testing",
|
||||
"typings": "./testing.d.ts",
|
||||
"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"
|
||||
"name": "@angular/animations/browser/testing"
|
||||
}
|
||||
|
|
|
@ -2,14 +2,6 @@
|
|||
"name": "@angular/animations",
|
||||
"version": "0.0.0-PLACEHOLDER",
|
||||
"description": "Angular - animations integration with web-animations",
|
||||
"main": "./bundles/animations.umd.js",
|
||||
"module": "./fesm5/animations.js",
|
||||
"es2015": "./fesm2015/animations.js",
|
||||
"esm5": "./esm5/animations.js",
|
||||
"esm2015": "./esm2015/animations.js",
|
||||
"fesm5": "./fesm5/animations.js",
|
||||
"fesm2015": "./fesm2015/animations.js",
|
||||
"typings": "./animations.d.ts",
|
||||
"author": "angular",
|
||||
"license": "MIT",
|
||||
"peerDependencies": {
|
||||
|
|
|
@ -1,12 +1,4 @@
|
|||
{
|
||||
"name": "@angular/common/http",
|
||||
"typings": "./http.d.ts",
|
||||
"main": "../bundles/common-http.umd.js",
|
||||
"module": "../fesm5/http.js",
|
||||
"es2015": "../fesm2015/http.js",
|
||||
"esm5": "../esm5/http/http.js",
|
||||
"esm2015": "../esm2015/http/http.js",
|
||||
"fesm5": "../fesm5/http.js",
|
||||
"fesm2015": "../fesm2015/http.js",
|
||||
"sideEffects": false
|
||||
}
|
||||
|
|
|
@ -1,11 +1,3 @@
|
|||
{
|
||||
"name": "@angular/common/http/testing",
|
||||
"typings": "./testing.d.ts",
|
||||
"main": "../../bundles/common-http-testing.umd.js",
|
||||
"module": "../../fesm5/http/testing.js",
|
||||
"es2015": "../../fesm2015/http/testing.js",
|
||||
"esm5": "../../esm5/http/testing.js",
|
||||
"esm2015": "../../esm2015/http/testing.js",
|
||||
"fesm5": "../../fesm5/http/testing.js",
|
||||
"fesm2015": "../../fesm2015/http/testing.js"
|
||||
"name": "@angular/common/http/testing"
|
||||
}
|
||||
|
|
|
@ -2,14 +2,6 @@
|
|||
"name": "@angular/common",
|
||||
"version": "0.0.0-PLACEHOLDER",
|
||||
"description": "Angular - commonly needed directives and services",
|
||||
"main": "./bundles/common.umd.js",
|
||||
"module": "./fesm5/common.js",
|
||||
"es2015": "./fesm2015/common.js",
|
||||
"esm5": "./esm5/common.js",
|
||||
"esm2015": "./esm2015/common.js",
|
||||
"fesm5": "./fesm5/common.js",
|
||||
"fesm2015": "./fesm2015/common.js",
|
||||
"typings": "./common.d.ts",
|
||||
"author": "angular",
|
||||
"license": "MIT",
|
||||
"locales": "locales",
|
||||
|
|
|
@ -1,11 +1,3 @@
|
|||
{
|
||||
"name": "@angular/common/testing",
|
||||
"typings": "./testing.d.ts",
|
||||
"main": "../bundles/common-testing.umd.js",
|
||||
"module": "../fesm5/testing.js",
|
||||
"es2015": "../fesm2015/testing.js",
|
||||
"esm5": "../esm5/testing/testing.js",
|
||||
"esm2015": "../esm2015/testing/testing.js",
|
||||
"fesm5": "../fesm5/testing.js",
|
||||
"fesm2015": "../fesm2015/testing.js"
|
||||
"name": "@angular/common/testing"
|
||||
}
|
||||
|
|
|
@ -1,12 +1,4 @@
|
|||
{
|
||||
"name": "@angular/common/upgrade",
|
||||
"typings": "./upgrade.d.ts",
|
||||
"main": "../bundles/common-upgrade.umd.js",
|
||||
"module": "../fesm5/upgrade.js",
|
||||
"es2015": "../fesm2015/upgrade.js",
|
||||
"esm5": "../esm5/upgrade/upgrade.js",
|
||||
"esm2015": "../esm2015/upgrade/upgrade.js",
|
||||
"fesm5": "../fesm5/upgrade.js",
|
||||
"fesm2015": "../fesm2015/upgrade.js",
|
||||
"sideEffects": false
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,13 +1,5 @@
|
|||
{
|
||||
"name": "@angular/core",
|
||||
"version": "0.0.0-FAKE-FOR-TESTS",
|
||||
"description": "Fake version of core for ngtsc tests",
|
||||
"main": "./bundles/fake_core.umd.js",
|
||||
"module": "./fesm5/fake_core.js",
|
||||
"es2015": "./fesm2015/fake_core.js",
|
||||
"esm5": "./esm5/index.js",
|
||||
"esm2015": "./esm2015/index.js",
|
||||
"fesm5": "./fesm5/fake_core.js",
|
||||
"fesm2015": "./fesm2015/fake_core.js",
|
||||
"typings": "./index.d.ts"
|
||||
}
|
||||
"description": "Fake version of core for ngtsc tests"
|
||||
}
|
||||
|
|
|
@ -2,14 +2,6 @@
|
|||
"name": "@angular/compiler",
|
||||
"version": "0.0.0-PLACEHOLDER",
|
||||
"description": "Angular - the compiler library",
|
||||
"main": "./bundles/compiler.umd.js",
|
||||
"module": "./fesm5/compiler.js",
|
||||
"es2015": "./fesm2015/compiler.js",
|
||||
"esm5": "./esm5/compiler.js",
|
||||
"esm2015": "./esm2015/compiler.js",
|
||||
"fesm5": "./fesm5/compiler.js",
|
||||
"fesm2015": "./fesm2015/compiler.js",
|
||||
"typings": "./compiler.d.ts",
|
||||
"author": "angular",
|
||||
"license": "MIT",
|
||||
"peerDependencies": {
|
||||
|
|
|
@ -1,11 +1,3 @@
|
|||
{
|
||||
"name": "@angular/compiler/testing",
|
||||
"typings": "./testing.d.ts",
|
||||
"main": "../bundles/compiler-testing.umd.js",
|
||||
"module": "../fesm5/testing.js",
|
||||
"es2015": "../fesm2015/testing.js",
|
||||
"esm5": "../esm5/testing/testing.js",
|
||||
"esm2015": "../esm2015/testing/testing.js",
|
||||
"fesm5": "../fesm5/testing.js",
|
||||
"fesm2015": "../fesm2015/testing.js"
|
||||
"name": "@angular/compiler/testing"
|
||||
}
|
||||
|
|
|
@ -2,14 +2,6 @@
|
|||
"name": "@angular/core",
|
||||
"version": "0.0.0-PLACEHOLDER",
|
||||
"description": "Angular - the core framework",
|
||||
"main": "./bundles/core.umd.js",
|
||||
"module": "./fesm5/core.js",
|
||||
"es2015": "./fesm2015/core.js",
|
||||
"esm5": "./esm5/core.js",
|
||||
"esm2015": "./esm2015/core.js",
|
||||
"fesm5": "./fesm5/core.js",
|
||||
"fesm2015": "./fesm2015/core.js",
|
||||
"typings": "./core.d.ts",
|
||||
"author": "angular",
|
||||
"license": "MIT",
|
||||
"peerDependencies": {
|
||||
|
|
|
@ -1,11 +1,3 @@
|
|||
{
|
||||
"name": "@angular/core/testing",
|
||||
"typings": "./testing.d.ts",
|
||||
"main": "../bundles/core-testing.umd.js",
|
||||
"module": "../fesm5/testing.js",
|
||||
"es2015": "../fesm2015/testing.js",
|
||||
"esm5": "../esm5/testing/testing.js",
|
||||
"esm2015": "../esm2015/testing/testing.js",
|
||||
"fesm5": "../fesm5/testing.js",
|
||||
"fesm2015": "../fesm2015/testing.js"
|
||||
"name": "@angular/core/testing"
|
||||
}
|
||||
|
|
|
@ -2,14 +2,6 @@
|
|||
"name": "@angular/elements",
|
||||
"version": "0.0.0-PLACEHOLDER",
|
||||
"description": "Angular - library for using Angular Components as Custom Elements",
|
||||
"main": "./bundles/elements.umd.js",
|
||||
"module": "./fesm5/elements.js",
|
||||
"es2015": "./fesm2015/elements.js",
|
||||
"esm5": "./esm5/elements.js",
|
||||
"esm2015": "./esm2015/elements.js",
|
||||
"fesm5": "../fesm5/testing.js",
|
||||
"fesm2015": "../fesm2015/testing.js",
|
||||
"typings": "./elements.d.ts",
|
||||
"author": "angular",
|
||||
"license": "MIT",
|
||||
"peerDependencies": {
|
||||
|
|
|
@ -2,14 +2,6 @@
|
|||
"name": "@angular/forms",
|
||||
"version": "0.0.0-PLACEHOLDER",
|
||||
"description": "Angular - directives and services for creating forms",
|
||||
"main": "./bundles/forms.umd.js",
|
||||
"module": "./fesm5/forms.js",
|
||||
"es2015": "./fesm2015/forms.js",
|
||||
"esm5": "./esm5/forms.js",
|
||||
"esm2015": "./esm2015/forms.js",
|
||||
"fesm5": "./fesm5/forms.js",
|
||||
"fesm2015": "./fesm2015/forms.js",
|
||||
"typings": "./forms.d.ts",
|
||||
"author": "angular",
|
||||
"license": "MIT",
|
||||
"peerDependencies": {
|
||||
|
|
|
@ -1,11 +1,3 @@
|
|||
{
|
||||
"name": "@angular/localize/init",
|
||||
"typings": "./index.d.ts",
|
||||
"main": "../bundles/localize-init.umd.js",
|
||||
"module": "../fesm5/init.js",
|
||||
"es2015": "../fesm2015/init.js",
|
||||
"esm5": "../esm5/init/index.js",
|
||||
"esm2015": "../esm2015/init/index.js",
|
||||
"fesm5": "../fesm5/init.js",
|
||||
"fesm2015": "../fesm2015/init.js"
|
||||
"name": "@angular/localize/init"
|
||||
}
|
||||
|
|
|
@ -2,14 +2,6 @@
|
|||
"name": "@angular/localize",
|
||||
"version": "0.0.0-PLACEHOLDER",
|
||||
"description": "Angular - library for localizing messages",
|
||||
"main": "./bundles/localize.umd.js",
|
||||
"module": "./fesm5/localize.js",
|
||||
"es2015": "./fesm2015/localize.js",
|
||||
"esm5": "./esm5/index.js",
|
||||
"esm2015": "./esm2015/index.js",
|
||||
"fesm5": "./fesm5/localize.js",
|
||||
"fesm2015": "./fesm2015/localize.js",
|
||||
"typings": "./index.d.ts",
|
||||
"bin": {
|
||||
"localize-translate": "./src/tools/src/translate/main.js"
|
||||
},
|
||||
|
|
|
@ -2,14 +2,6 @@
|
|||
"name": "@angular/platform-browser-dynamic",
|
||||
"version": "0.0.0-PLACEHOLDER",
|
||||
"description": "Angular - library for using Angular in a web browser with JIT compilation",
|
||||
"main": "./bundles/platform-browser-dynamic.umd.js",
|
||||
"module": "./fesm5/platform-browser-dynamic.js",
|
||||
"es2015": "./fesm2015/platform-browser-dynamic.js",
|
||||
"esm5": "./esm5/platform-browser-dynamic.js",
|
||||
"esm2015": "./esm2015/platform-browser-dynamic.js",
|
||||
"fesm5": "./fesm5/platform-browser-dynamic.js",
|
||||
"fesm2015": "./fesm2015/platform-browser-dynamic.js",
|
||||
"typings": "./platform-browser-dynamic.d.ts",
|
||||
"author": "angular",
|
||||
"license": "MIT",
|
||||
"peerDependencies": {
|
||||
|
|
|
@ -1,11 +1,3 @@
|
|||
{
|
||||
"name": "@angular/platform-browser-dynamic/testing",
|
||||
"typings": "./testing.d.ts",
|
||||
"main": "../bundles/platform-browser-dynamic-testing.umd.js",
|
||||
"module": "../fesm5/testing.js",
|
||||
"es2015": "../fesm2015/testing.js",
|
||||
"esm5": "../esm5/testing/testing.js",
|
||||
"esm2015": "../esm2015/testing/testing.js",
|
||||
"fesm5": "../fesm5/testing.js",
|
||||
"fesm2015": "../fesm2015/testing.js"
|
||||
"name": "@angular/platform-browser-dynamic/testing"
|
||||
}
|
||||
|
|
|
@ -1,12 +1,4 @@
|
|||
{
|
||||
"name": "@angular/platform-browser/animations",
|
||||
"typings": "./animations.d.ts",
|
||||
"main": "../bundles/platform-browser-animations.umd.js",
|
||||
"module": "../fesm5/animations.js",
|
||||
"es2015": "../fesm2015/animations.js",
|
||||
"esm5": "../esm5/animations/animations.js",
|
||||
"esm2015": "../esm2015/animations/animations.js",
|
||||
"fesm5": "../fesm5/animations.js",
|
||||
"fesm2015": "../fesm2015/animations.js",
|
||||
"sideEffects": false
|
||||
}
|
||||
|
|
|
@ -2,14 +2,6 @@
|
|||
"name": "@angular/platform-browser",
|
||||
"version": "0.0.0-PLACEHOLDER",
|
||||
"description": "Angular - library for using Angular in a web browser",
|
||||
"main": "./bundles/platform-browser.umd.js",
|
||||
"module": "./fesm5/platform-browser.js",
|
||||
"es2015": "./fesm2015/platform-browser.js",
|
||||
"esm5": "./esm5/platform-browser.js",
|
||||
"esm2015": "./esm2015/platform-browser.js",
|
||||
"fesm5": "./fesm5/platform-browser.js",
|
||||
"fesm2015": "./fesm2015/platform-browser.js",
|
||||
"typings": "./platform-browser.d.ts",
|
||||
"author": "angular",
|
||||
"license": "MIT",
|
||||
"peerDependencies": {
|
||||
|
|
|
@ -1,11 +1,3 @@
|
|||
{
|
||||
"name": "@angular/platform-browser/testing",
|
||||
"typings": "./testing.d.ts",
|
||||
"main": "../bundles/platform-browser-testing.umd.js",
|
||||
"module": "../fesm5/testing.js",
|
||||
"es2015": "../fesm2015/testing.js",
|
||||
"esm5": "../esm5/testing/testing.js",
|
||||
"esm2015": "../esm2015/testing/testing.js",
|
||||
"fesm5": "../fesm5/testing.js",
|
||||
"fesm2015": "../fesm2015/testing.js"
|
||||
"name": "@angular/platform-browser/testing"
|
||||
}
|
||||
|
|
|
@ -2,14 +2,6 @@
|
|||
"name": "@angular/platform-server",
|
||||
"version": "0.0.0-PLACEHOLDER",
|
||||
"description": "Angular - library for using Angular in Node.js",
|
||||
"main": "./bundles/platform-server.umd.js",
|
||||
"module": "./fesm5/platform-server.js",
|
||||
"es2015": "./fesm2015/platform-server.js",
|
||||
"esm5": "./esm5/platform-server.js",
|
||||
"esm2015": "./esm2015/platform-server.js",
|
||||
"fesm5": "./fesm5/platform-server.js",
|
||||
"fesm2015": "./fesm2015/platform-server.js",
|
||||
"typings": "./platform-server.d.ts",
|
||||
"author": "angular",
|
||||
"license": "MIT",
|
||||
"peerDependencies": {
|
||||
|
|
|
@ -1,11 +1,3 @@
|
|||
{
|
||||
"name": "@angular/platform-server/testing",
|
||||
"typings": "./testing.d.ts",
|
||||
"main": "../bundles/platform-server-testing.umd.js",
|
||||
"module": "../fesm5/testing.js",
|
||||
"es2015": "../fesm2015/testing.js",
|
||||
"esm5": "../esm5/testing/testing.js",
|
||||
"esm2015": "../esm2015/testing/testing.js",
|
||||
"fesm5": "../fesm5/testing.js",
|
||||
"fesm2015": "../fesm2015/testing.js"
|
||||
"name": "@angular/platform-server/testing"
|
||||
}
|
||||
|
|
|
@ -2,14 +2,6 @@
|
|||
"name": "@angular/platform-webworker-dynamic",
|
||||
"version": "0.0.0-PLACEHOLDER",
|
||||
"description": "Angular - library for using Angular in a web browser with web workers",
|
||||
"main": "./bundles/platform-webworker-dynamic.umd.js",
|
||||
"module": "./fesm5/platform-webworker-dynamic.js",
|
||||
"es2015": "./fesm2015/platform-webworker-dynamic.js",
|
||||
"esm5": "./esm5/platform-webworker-dynamic.js",
|
||||
"esm2015": "./esm2015/platform-webworker-dynamic.js",
|
||||
"fesm5": "./fesm5/platform-webworker-dynamic.js",
|
||||
"fesm2015": "./fesm2015/platform-webworker-dynamic.js",
|
||||
"typings": "./platform-webworker-dynamic.d.ts",
|
||||
"author": "angular",
|
||||
"license": "MIT",
|
||||
"peerDependencies": {
|
||||
|
|
|
@ -2,14 +2,6 @@
|
|||
"name": "@angular/platform-webworker",
|
||||
"version": "0.0.0-PLACEHOLDER",
|
||||
"description": "Angular - library for using Angular in a web browser with web workers",
|
||||
"main": "./bundles/platform-webworker.umd.js",
|
||||
"module": "./fesm5/platform-webworker.js",
|
||||
"es2015": "./fesm2015/platform-webworker.js",
|
||||
"esm5": "./esm5/platform-webworker.js",
|
||||
"esm2015": "./esm2015/platform-webworker.js",
|
||||
"fesm5": "./fesm5/platform-webworker.js",
|
||||
"fesm2015": "./fesm2015/platform-webworker.js",
|
||||
"typings": "./platform-webworker.d.ts",
|
||||
"author": "angular",
|
||||
"license": "MIT",
|
||||
"peerDependencies": {
|
||||
|
|
|
@ -2,14 +2,6 @@
|
|||
"name": "@angular/router",
|
||||
"version": "0.0.0-PLACEHOLDER",
|
||||
"description": "Angular - the routing library",
|
||||
"main": "./bundles/router.umd.js",
|
||||
"module": "./fesm5/router.js",
|
||||
"es2015": "./fesm2015/router.js",
|
||||
"esm5": "./esm5/router.js",
|
||||
"esm2015": "./esm2015/router.js",
|
||||
"fesm5": "./fesm5/router.js",
|
||||
"fesm2015": "./fesm2015/router.js",
|
||||
"typings": "./router.d.ts",
|
||||
"keywords": [
|
||||
"angular",
|
||||
"router"
|
||||
|
|
|
@ -1,11 +1,3 @@
|
|||
{
|
||||
"name": "@angular/router/testing",
|
||||
"typings": "./testing.d.ts",
|
||||
"main": "../bundles/router-testing.umd.js",
|
||||
"module": "../fesm5/testing.js",
|
||||
"es2015": "../fesm2015/testing.js",
|
||||
"esm5": "../esm5/testing/testing.js",
|
||||
"esm2015": "../esm2015/testing/testing.js",
|
||||
"fesm5": "../fesm5/testing.js",
|
||||
"fesm2015": "../fesm2015/testing.js"
|
||||
"name": "@angular/router/testing"
|
||||
}
|
||||
|
|
|
@ -1,12 +1,4 @@
|
|||
{
|
||||
"name": "@angular/router/upgrade",
|
||||
"typings": "./upgrade.d.ts",
|
||||
"main": "../bundles/router-upgrade.umd.js",
|
||||
"module": "../fesm5/upgrade.js",
|
||||
"es2015": "../fesm2015/upgrade.js",
|
||||
"esm5": "../esm5/upgrade/upgrade.js",
|
||||
"esm2015": "../esm2015/upgrade/upgrade.js",
|
||||
"fesm5": "../fesm5/upgrade.js",
|
||||
"fesm2015": "../fesm2015/upgrade.js",
|
||||
"sideEffects": false
|
||||
}
|
||||
|
|
|
@ -1,11 +1,3 @@
|
|||
{
|
||||
"name": "@angular/service-worker/config",
|
||||
"typings": "./index.d.ts",
|
||||
"main": "../bundles/service-worker-config.umd.js",
|
||||
"module": "../fesm5/config/index.js",
|
||||
"es2015": "../fesm15/config/index.js",
|
||||
"esm5": "../esm5/config/index.js",
|
||||
"esm2015": "../esm2015/config/index.js",
|
||||
"fesm5": "../fesm5/config/index.js",
|
||||
"fesm2015": "../fesm2015/config/index.js"
|
||||
"name": "@angular/service-worker/config"
|
||||
}
|
||||
|
|
|
@ -2,14 +2,6 @@
|
|||
"name": "@angular/service-worker",
|
||||
"version": "0.0.0-PLACEHOLDER",
|
||||
"description": "Angular - service worker tooling!",
|
||||
"main": "./bundles/service-worker.umd.js",
|
||||
"module": "./fesm5/service-worker.js",
|
||||
"es2015": "./fesm2015/service-worker.js",
|
||||
"esm5": "./esm5/service-worker.js",
|
||||
"esm2015": "./esm2015/service-worker.js",
|
||||
"fesm5": "./fesm5/service-worker.js",
|
||||
"fesm2015": "./fesm2015/service-worker.js",
|
||||
"typings": "./service-worker.d.ts",
|
||||
"author": "angular",
|
||||
"license": "MIT",
|
||||
"peerDependencies": {
|
||||
|
|
|
@ -2,14 +2,6 @@
|
|||
"name": "@angular/upgrade",
|
||||
"version": "0.0.0-PLACEHOLDER",
|
||||
"description": "Angular - the library for easing update from v1 to v2",
|
||||
"main": "./bundles/upgrade.umd.js",
|
||||
"module": "./fesm5/upgrade.js",
|
||||
"es2015": "./fesm2015/upgrade.js",
|
||||
"esm5": "./esm5/upgrade.js",
|
||||
"esm2015": "./esm2015/upgrade.js",
|
||||
"fesm5": "./fesm5/upgrade.js",
|
||||
"fesm2015": "./fesm2015/upgrade.js",
|
||||
"typings": "./upgrade.d.ts",
|
||||
"author": "angular",
|
||||
"license": "MIT",
|
||||
"peerDependencies": {
|
||||
|
|
|
@ -1,12 +1,4 @@
|
|||
{
|
||||
"name": "@angular/upgrade/static",
|
||||
"typings": "./static.d.ts",
|
||||
"main": "../bundles/upgrade-static.umd.js",
|
||||
"module": "../fesm5/static.js",
|
||||
"es2015": "../fesm2015/static.js",
|
||||
"esm5": "../esm5/static/static.js",
|
||||
"esm2015": "../esm2015/static/static.js",
|
||||
"fesm5": "../fesm5/static.js",
|
||||
"fesm2015": "../fesm2015/static.js",
|
||||
"sideEffects": false
|
||||
}
|
||||
|
|
|
@ -1,11 +1,3 @@
|
|||
{
|
||||
"name": "@angular/upgrade/static/testing",
|
||||
"main": "../../bundles/upgrade-static-testing.umd.js",
|
||||
"module": "../../fesm5/static/testing.js",
|
||||
"es2015": "../../fesm2015/static/testing.js",
|
||||
"esm5": "../../esm5/static/testing/testing.js",
|
||||
"esm2015": "../../esm2015/static/testing/testing.js",
|
||||
"fesm5": "../../fesm5/static/testing.js",
|
||||
"fesm2015": "../../fesm2015/static/testing.js",
|
||||
"typings": "./testing.d.ts"
|
||||
"name": "@angular/upgrade/static/testing"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue