Skip to content

Commit 95bc11f

Browse files
committed
Fix JS paths for JSHint.
1 parent 4cad944 commit 95bc11f

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)