Skip to content

Commit

Permalink
chore - update lint-staged --verbose options is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony-redFox committed Dec 9, 2017
1 parent 359ba92 commit b6e7e7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -76,7 +76,7 @@
"husky": "^0.14.3",
"jest": "^21.2.1",
"json-schema": "0.2.3",
"lint-staged": "^5.0.0",
"lint-staged": "^6.0.0",
"mock-fs": "^4.4.1",
"p-event": "^1.3.0",
"prettier": "^1.7.2",
Expand All @@ -101,7 +101,7 @@
"scripts": {
"build": "rm -rf lib && babel -D src -d lib && npm run doc",
"release": "standard-version",
"precommit": "lint-staged --verbose",
"precommit": "lint-staged",
"prepublish": "npm run build",
"format": "prettier --write '{src,__tests__,declarations,bin,default_theme}/**/*.js' --single-quote",
"doc": "node ./bin/documentation.js build src/index.js -f md --access=public > docs/NODE_API.md",
Expand Down

0 comments on commit b6e7e7d

Please sign in to comment.