Skip to content

Commit

Permalink
fix(zone.js): zone.js package.json should not include files/directori…
Browse files Browse the repository at this point in the history
…es field (angular#38528)

Close angular#38526, angular#38516, angular#38513

After update to `APF`, the `directories` and `files` options are not compatible,
so we need to remove those fileds to make sure everything work as expected.

PR Close angular#38528
  • Loading branch information
JiaLiPassion authored and subratpalhar92 committed Aug 31, 2020
1 parent fbe6c9a commit 2cfaf25
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions packages/zone.js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,9 @@
"module": "./fesm2015/zone.js",
"es2015": "./fesm2015/zone.js",
"fesm2015": "./fesm2015/zone.js",
"files": [
"./zone.js.d.ts",
"./zone.api.extensions.ts",
"./zone.configurations.api.ts"
],
"dependencies": {
"tslib": "^2.0.0"
},
"directories": {
"lib": "lib",
"test": "test"
},
"devDependencies": {
"@types/node": "^10.9.4",
"domino": "2.1.2",
Expand Down

0 comments on commit 2cfaf25

Please sign in to comment.