Skip to content

Commit

Permalink
Clean up no-op entry from lint script
Browse files Browse the repository at this point in the history
  • Loading branch information
taion committed Dec 29, 2017
1 parent f58be18 commit f69a2a0
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 @@ -8,7 +8,7 @@
"main": "lib/index.js",
"scripts": {
"build": "rimraf lib && babel src -d lib",
"lint": "eslint examples/*/src src test *.js",
"lint": "eslint examples/*/src src test",
"precommit": "lint-staged",
"prepublish": "npm run build",
"tdd": "jest --watch",
Expand Down

0 comments on commit f69a2a0

Please sign in to comment.