Skip to content

Commit eb116b2

Browse files
committed
Fix npm test
1 parent dfb0e60 commit eb116b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@
3232
},
3333
"main": "./src/phpepl.js",
3434
"scripts": {
35-
"test": "jscs -p google src/ && jshint src"
35+
"test": "jscs -p google js/*.js js/helpers && jshint js/*.js js/helpers"
3636
}
3737
}

0 commit comments

Comments
 (0)