From 0ac96ac32ccbb24eb9ca37a3e4754e74535d1bc1 Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Thu, 30 Jan 2014 22:28:56 +0000 Subject: [PATCH] install phantomjs modules --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile b/test/Makefile index 33c5fb3..09f3555 100644 --- a/test/Makefile +++ b/test/Makefile @@ -30,7 +30,7 @@ jsbeautifier jsb indent: node-modules: node_modules node_modules: - npm install ${NPM_INSTALL_FLAGS} jQuery xmlhttprequest jsdom request jasmine-node + npm install ${NPM_INSTALL_FLAGS} jQuery xmlhttprequest jsdom request jasmine-node phantomjs help: @echo "make [ all | check | clean | distclean ]" -- 1.7.10.4