Skip to content

Commit

Permalink
Merge pull request #75 from adjohnson916/jshint-path
Browse files Browse the repository at this point in the history
Fix JS paths for JSHint.
  • Loading branch information
EvanCarroll committed Nov 10, 2015
2 parents e14442c + 95bc11f commit f208d38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"homepage": "https://github.com/umdjs/umd",
"scripts": {
"test": "npm run lint",
"lint": "jshint *.js"
"lint": "jshint templates/*.js"
},
"devDependencies": {
"jshint": "^2.8.0"
Expand Down

0 comments on commit f208d38

Please sign in to comment.