Skip to content

Commit f208d38

Browse files
committed
Merge pull request #75 from adjohnson916/jshint-path
Fix JS paths for JSHint.
2 parents e14442c + 95bc11f commit f208d38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"homepage": "https://github.com/umdjs/umd",
2323
"scripts": {
2424
"test": "npm run lint",
25-
"lint": "jshint *.js"
25+
"lint": "jshint templates/*.js"
2626
},
2727
"devDependencies": {
2828
"jshint": "^2.8.0"

0 commit comments

Comments
 (0)