fix(npm): move es6-shim from devDependencies to dependencies
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: https://github.com/npm/npm/issues/3066
This commit is contained in:
parent
c39f4c3b38
commit
21542ed069
|
@ -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"
|
||||
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue