add a npm package config file for our testing tools
[mkws-moved-to-github.git] / test / Makefile
index 5f059cc..7557557 100644 (file)
@@ -49,7 +49,7 @@ screenshot-indexdata:
        ls -l ${IMAGES}
 
 jsbeautifier jsb indent:
-       for i in ./spec*/*.js ./js/*.js ./phantom/*.js; do \
+       for i in package.json ./spec*/*.js ./js/*.js ./phantom/*.js; do \
          jsbeautifier -j $$i > $@.tmp && mv -f $@.tmp $$i; \
        done