Skip to content

Commit

Permalink
deployment fix for issue caused by isaacs/npm#2195
Browse files Browse the repository at this point in the history
  • Loading branch information
jstewmon committed Feb 24, 2012
1 parent 68974db commit a6966a8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .npmignore
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,4 @@
deps
dist
test
nodelint.cfg
11 changes: 9 additions & 2 deletions package.json
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -13,9 +13,16 @@
, "url" : "http://github.com/caolan/async/raw/master/LICENSE" , "url" : "http://github.com/caolan/async/raw/master/LICENSE"
} }
] ]
, "dependencies":
{ "uglify-js": "1.2.x"
}
, "devDependencies": , "devDependencies":
{ "uglify-js": ">0.0.0" { "nodeunit": ">0.0.0"
, "nodeunit": ">0.0.0"
, "nodelint": ">0.0.0" , "nodelint": ">0.0.0"
} }
, "scripts":
{ "preinstall": "make clean"
, "install": "make build"
, "test": "make test"
}
} }

0 comments on commit a6966a8

Please sign in to comment.