use package.json for installing npm modules
authorWolfram Schneider <wosch@indexdata.dk>
Tue, 4 Feb 2014 18:50:17 +0000 (19:50 +0100)
committerWolfram Schneider <wosch@indexdata.dk>
Tue, 4 Feb 2014 18:50:17 +0000 (19:50 +0100)
test/Makefile

index 7557557..1b76d34 100644 (file)
@@ -55,7 +55,7 @@ jsbeautifier jsb indent:
 
 node-modules: node_modules
 node_modules:
-       npm install ${NPM_INSTALL_FLAGS} jQuery xmlhttprequest jsdom request jasmine-node phantomjs
+       npm install ${NPM_INSTALL_FLAGS}
 
 help:
        @echo "make [ all | check | clean | distclean ]"