summaryrefslogtreecommitdiff
path: root/web-ui/package.json
diff options
context:
space:
mode:
authorBruno Wagner <bwgpro@gmail.com>2015-03-27 17:29:33 -0300
committerBruno Wagner <bwgpro@gmail.com>2015-03-27 17:29:33 -0300
commit9e3b879fa4643b67c8daa0e2b5f1473eca419440 (patch)
tree746537e2ce7c0ca9c80cf8ba8c3ce5ad7074f569 /web-ui/package.json
parente5714103bd5930a83d6169f8cde4e25f9e136668 (diff)
Simplified jshint command and removed absolute path
Diffstat (limited to 'web-ui/package.json')
-rw-r--r--web-ui/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/web-ui/package.json b/web-ui/package.json
index ec9fb04b..baa99594 100644
--- a/web-ui/package.json
+++ b/web-ui/package.json
@@ -33,7 +33,7 @@
"compass": "compass compile",
"compass-watch": "compass watch",
"build": "npm run clean && npm run handlebars && npm run compass",
- "jshint": "node_modules/.bin/jshint --config=.jshintrc app && node_modules/.bin/jshint --config=.jshintrc test",
+ "jshint": "jshint --config=.jshintrc app test",
"clean": "rm -rf .tmp/ dist/**/* app/js/generated/hbs/* app/css/*",
"buildmain": "node_modules/requirejs/bin/r.js -o config/buildoptions.js",
"package": "/bin/bash config/package.sh",