It should have never been here in the first place
@ -106,6 +106,3 @@ dist: prereqs
c-preload:
$(MAKE) -C c-preload
format:
$(NODE) ./node_modules/.bin/clang-format -i -style=file static/*.js lib/*.js app.js
@ -44,8 +44,7 @@
"mocha": "^3.3.0",
"requirejs": "*",
"supervisor": "*",
"uglify-js": "*",
"clang-format": "1.0.55"
"uglify-js": "*"
},
"scripts": {
"test": "mocha && make test"