Skip to content

Commit

Permalink
using devDeps
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Oct 24, 2011
1 parent 157549f commit ab6847c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

test:
@./support/expresso/bin/expresso \
@./node_modules/.bin/expresso \
-I support \
-I lib

Expand Down
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
"type" : "git",
"url" : "git://github.com/visionmedia/node-querystring.git"
},
"devDependencies": {
"expresso": "0.9.2"
, "should": "*"
},
"author": "TJ Holowaychuk <tj@vision-media.ca> (http://tjholowaychuk.com)",
"main": "index",
"engines": { "node": "*" }
Expand Down
1 change: 0 additions & 1 deletion support/expresso
Submodule expresso deleted from 2c8759
1 change: 0 additions & 1 deletion support/should
Submodule should deleted from c05fac

0 comments on commit ab6847c

Please sign in to comment.