Skip to content

Commit

Permalink
Revert "npm install --dev it is, per request from technoweenie"
Browse files Browse the repository at this point in the history
This reverts commit d01604e.

Ah those winds inside Node.js developers heads ;)
  • Loading branch information
michaelklishin committed Nov 9, 2011
1 parent d01604e commit f4937f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/travis/worker/builders/node_js.rb
Expand Up @@ -27,7 +27,7 @@ def install
if !self[:install].nil?
self[:install]
elsif package_exists?
"npm install --dev #{npm_args}".strip
"npm install #{npm_args}".strip
else
nil
end
Expand Down

0 comments on commit f4937f7

Please sign in to comment.