Skip to content

Commit

Permalink
Merge pull request #103 from jstewmon/master
Browse files Browse the repository at this point in the history
npm 1.1.1 compatibility fix
  • Loading branch information
Caolan McMahon committed Feb 27, 2012
2 parents 66ef4bf + a6966a8 commit 7fa56c4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .npmignore
@@ -0,0 +1,4 @@
deps
dist
test
nodelint.cfg
11 changes: 9 additions & 2 deletions package.json
Expand Up @@ -13,9 +13,16 @@
, "url" : "http://github.com/caolan/async/raw/master/LICENSE"
}
]
, "dependencies":
{ "uglify-js": "1.2.x"
}
, "devDependencies":
{ "uglify-js": ">0.0.0"
, "nodeunit": ">0.0.0"
{ "nodeunit": ">0.0.0"
, "nodelint": ">0.0.0"
}
, "scripts":
{ "preinstall": "make clean"
, "install": "make build"
, "test": "make test"
}
}

0 comments on commit 7fa56c4

Please sign in to comment.