Skip to content

Commit

Permalink
Fix eslint checks .pem (#331)
Browse files Browse the repository at this point in the history
  • Loading branch information
MugeSo authored and mikelax committed Apr 29, 2016
1 parent 076ce21 commit d0c1457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"pretest": "npm install",
"test": "eslint lib/** test/** && mocha --require should --reporter spec --check-leaks"
"test": "eslint lib/**/*.js test/**/*.js && mocha --require should --reporter spec --check-leaks"
},
"dependencies": {
"superagent": "^1.7.2",
Expand Down

0 comments on commit d0c1457

Please sign in to comment.