diff options
author | Caolan McMahon <caolan@caolanmcmahon.com> | 2012-02-27 08:50:31 -0800 |
---|---|---|
committer | Caolan McMahon <caolan@caolanmcmahon.com> | 2012-02-27 08:50:31 -0800 |
commit | 22c33993eeeca096c9c3b8cbcdb245a972f5b172 (patch) | |
tree | 8142d4582a5594ba216dca92afde17ede7d17aaf /package.json | |
parent | 469b9d6969705daacef286e33193dbb4a847a175 (diff) | |
download | async-22c33993eeeca096c9c3b8cbcdb245a972f5b172.tar.gz |
make uglify a dev dependency and remove make targets from npm scripts, #105
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/package.json b/package.json index 2e53020..e1fc5ad 100644 --- a/package.json +++ b/package.json @@ -13,16 +13,9 @@ , "url" : "http://github.com/caolan/async/raw/master/LICENSE" } ] -, "dependencies": - { "uglify-js": "1.2.x" - } , "devDependencies": - { "nodeunit": ">0.0.0" - , "nodelint": ">0.0.0" - } -, "scripts": - { "preinstall": "make clean" - , "install": "make build" - , "test": "make test" + { "nodeunit": ">0.0.0" + , "uglify-js": "1.2.x" + , "nodelint": ">0.0.0" } } |