Skip to content

Commit

Permalink
fix: correct several esm2015 entry-points in package.jsons (angular#2…
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorMinar committed Mar 20, 2018
1 parent bcd5037 commit 7a834e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion upgrade/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 7a834e5

Please sign in to comment.