Avoid including npm as a dependency; parse the npm -g root output directly.

Former-commit-id: a6b432de64292ce2af280d0a861f610ceeabce6c
This commit is contained in:
Kit Cambridge
2012-10-18 09:43:35 -07:00
parent 8eecfcbfaf
commit 2383dff317
2 changed files with 18 additions and 25 deletions

View File

@@ -27,9 +27,6 @@
"dependencies": {
"tar": "~0.1.13"
},
"devDependencies": {
"npm": "~1.1.63"
},
"bugs": {
"url": "https://github.com/bestiejs/lodash/issues"
},