Skip to content

Commit

Permalink
Add jslint to npm devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tambet committed Jun 4, 2014
1 parent f787c92 commit d143fc9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
default: lint

lint:
jslint src/scripts/*.js src/scripts/content/*.js
@node_modules/.bin/jslint src/scripts/*.js src/scripts/content/*.js

dist: clean
@if [ ! -d "out" ]; then mkdir -p out; fi
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"grunt": "~0.4.4",
"grunt-crx": "~0.3.3",
"grunt-jslint": "~1.1.8",
"grunt-contrib-compress": "~0.7.0"
"grunt-contrib-compress": "~0.7.0",
"jslint": "~0.5.2"
}
}

0 comments on commit d143fc9

Please sign in to comment.