fix(package): remove dependency bundling

Removes dependency bundling, because it's broken for scoped modules with npm
right now. Keeps npm from logging four ugly warnings upon install.
Can be reverted once https://github.com/npm/npm/issues/9175 is closed.
This commit is contained in:
Stephan Bönnemann 2015-08-10 17:10:54 +02:00
parent 3a7be436e9
commit 55364ded40

View File

@ -8,12 +8,6 @@
"bugs": {
"url": "https://github.com/semantic-release/semantic-release/issues"
},
"bundleDependencies": [
"@semantic-release/commit-analyzer",
"@semantic-release/condition-travis",
"@semantic-release/error",
"@semantic-release/release-notes-generator"
],
"engines": {
"node": ">=0.10",
"npm": ">=2"