removing sudo from the npm install script.

This commit is contained in:
Jeremy Ashkenas 2010-07-12 21:50:29 -04:00
parent ff7e729b84
commit d2c820b5d7
1 changed files with 1 additions and 1 deletions

View File

@ -12,6 +12,6 @@
"node": ">=0.1.99"
},
"scripts": {
"install": "sudo bin/cake install"
"install": "bin/cake install"
}
}