Skip to content

Commit

Permalink
fix(npm): move es6-shim from devDependencies to peerDependencies
Browse files Browse the repository at this point in the history
It would be better to make this one an optionalPeerDependency but npm
currently doesn't support making peerDependencies optional.
See: npm/npm#3066
  • Loading branch information
IgorMinar committed Dec 6, 2015
1 parent 8984a52 commit 1d109c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"test": "gulp test.all.js && gulp test.all.dart"
},
"peerDependencies": {
"es6-shim": "^0.33.3",
"reflect-metadata": "0.1.2",
"rxjs": "^5.0.0-alpha.11",
"zone.js": "0.5.8"
Expand All @@ -53,7 +54,6 @@
"clang-format": "^1.0.32",
"conventional-changelog": "^0.2.1",
"del": "~1",
"es6-shim": "^0.33.3",
"firefox-profile": "^0.3.4",
"fs-extra": "^0.18.0",
"glob": "^4.0.6",
Expand Down

0 comments on commit 1d109c4

Please sign in to comment.