mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-04 00:57:48 +00:00
Add npm as a dev dependency.
Former-commit-id: c72a6e13774bce378dd2ab5982f51ba37c6a7bc0
This commit is contained in:
@@ -61,6 +61,7 @@
|
||||
npm.load({
|
||||
'global': true
|
||||
}, function(exception) {
|
||||
console.log(path.resolve(basePath, '..'), npm.root);
|
||||
if (exception) {
|
||||
process.stderr.write('There was a problem loading the npm registry.');
|
||||
process.exit(1);
|
||||
|
||||
@@ -27,6 +27,9 @@
|
||||
"dependencies": {
|
||||
"tar": "~0.1.13"
|
||||
},
|
||||
"devDependencies": {
|
||||
"npm": "~1.1.63"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/bestiejs/lodash/issues"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user