Skip to content

Commit

Permalink
Scripts update
Browse files Browse the repository at this point in the history
  • Loading branch information
wyze committed Mar 10, 2016
1 parent e89fd05 commit b1b927d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
},
"main": "index.js",
"scripts": {
"pretest": "eslint test",
"lint": "eslint test",
"prelint": "npm link eslint-config-wyze",
"pretest": "npm run lint",
"test": "ava"
},
"files": [
Expand Down

0 comments on commit b1b927d

Please sign in to comment.