Skip to content

Commit

Permalink
fix(npm): move es6-shim from devDependencies to dependencies
Browse files Browse the repository at this point in the history
To be later used as a peerDependency in the generated package.json

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 authored and jelbourn committed Dec 8, 2015
1 parent c39f4c3 commit 21542ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -31,6 +31,7 @@
"test": "gulp test.all.js && gulp test.all.dart"
},
"dependencies": {
"es6-shim": "^0.33.3",
"reflect-metadata": "0.1.2",
"rxjs": "5.0.0-alpha.13",
"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 21542ed

Please sign in to comment.