Skip to content

Commit

Permalink
No need for --dev option in install
Browse files Browse the repository at this point in the history
  • Loading branch information
medikoo committed Jun 13, 2012
1 parent ebeb2e8 commit 02a9d02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
@@ -1,7 +1,7 @@
SHELL = bash

install:
npm install --dev
npm install

test:
npm test
Expand Down

0 comments on commit 02a9d02

Please sign in to comment.