[Pkg-javascript-commits] [node-async] 163/480: make uglify a dev dependency and remove make targets from npm scripts, #105

Jonas Smedegaard js at moszumanska.debian.org
Fri May 2 08:58:22 UTC 2014


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository node-async.

commit 22c33993eeeca096c9c3b8cbcdb245a972f5b172
Author: Caolan McMahon <caolan at caolanmcmahon.com>
Date:   Mon Feb 27 08:50:31 2012 -0800

    make uglify a dev dependency and remove make targets from npm scripts, #105
---
 package.json | 13 +++----------
 1 file 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"
   }
 }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-async.git



More information about the Pkg-javascript-commits mailing list