Skip to content

Commit

Permalink
Migrated husky config to new format
Browse files Browse the repository at this point in the history
  • Loading branch information
swernerx committed Oct 12, 2018
1 parent 9bbbf37 commit a08e2d7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"format": "prettier --ignore-path .gitignore --write '**/*.js' && npm run fix",
"test": "jest",
"prepare": "rimraf lib && preppy",
"precommit": "lint-staged",
"release": "git push && release-it --github.release --npm.publish --non-interactive",
"release:minor": "git push && release-it --github.release --npm.publish --non-interactive --increment minor",
"release:major": "git push && release-it --github.release --npm.publish --non-interactive --increment major"
Expand Down Expand Up @@ -119,5 +118,10 @@
"react": "^16.5.2",
"recompose": "^0.30.0",
"rimraf": "^2.6.2"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
}
}

0 comments on commit a08e2d7

Please sign in to comment.