Skip to content

Commit

Permalink
chore(v): revise pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
evenstensberg committed May 17, 2018
1 parent b2c2bbd commit ab38a3a
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 @@ -27,7 +27,7 @@
"scripts": {
"lint": "eslint ./bin/*.js ./packages/**/*.js ./test/**/*.js",
"format": "prettier-eslint ./bin/*.js ./test/**/*.js ./packages/**/*.js --write",
"lint:codeOnly": "eslint \"{utils}/**/!(__testfixtures__)/*.js\" \"{utils}/**.js\"",
"lint:codeOnly": "eslint \"{bin}/**/!(__testfixtures__)/*.js\" \"{bin}/**.js\"",
"precommit": "lint-staged",
"pretest": "npm run lint",
"test": "lerna run test",
Expand Down

0 comments on commit ab38a3a

Please sign in to comment.