Skip to content

Commit d0c1457

Browse files
MugeSomikelax
authored andcommitted
Fix eslint checks .pem (#331)
1 parent 076ce21 commit d0c1457

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
@@ -5,7 +5,7 @@
55
"main": "index.js",
66
"scripts": {
77
"pretest": "npm install",
8-
"test": "eslint lib/** test/** && mocha --require should --reporter spec --check-leaks"
8+
"test": "eslint lib/**/*.js test/**/*.js && mocha --require should --reporter spec --check-leaks"
99
},
1010
"dependencies": {
1111
"superagent": "^1.7.2",

0 commit comments

Comments
 (0)