Skip to content

Commit

Permalink
fix(publish): use eslint instead of lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Gergely Nemeth committed Nov 30, 2017
1 parent 531021c commit 9ad2311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"test": "mocha lib/**/*.spec.js",
"eslint": "eslint-godaddy -c .eslintrc lib example index.js",
"coverage": "nyc mocha lib/**/*.spec.js",
"publish": "npm run lint && npm run test"
"publish": "npm run eslint && npm test"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 9ad2311

Please sign in to comment.