Skip to content

Commit eb116b2

Browse files
committed
Fix npm test
1 parent dfb0e60 commit eb116b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
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)