Skip to content

Commit

Permalink
fix: remover hooks de commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
elvishp2006 committed Jul 10, 2020
1 parent 8d02d76 commit 969baca
Show file tree
Hide file tree
Showing 2 changed files with 1,259 additions and 2,925 deletions.
18 changes: 1 addition & 17 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "wpsteak-plugin",
"name": "plugin-boilerplate",
"engines": {
"node": ">=10.15.0"
},
Expand All @@ -17,17 +17,6 @@
"i18n:textdomain": "wpi18n addtextdomain --exclude=dist,node_modules,resources,tests,vendor",
"i18n:pot": "wpi18n makepot --exclude=dist,node_modules,resources,tests,vendor"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
"prepare-commit-msg": "exec < /dev/tty && git cz --hook || true"
}
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"dependencies": {
"@babel/core": "7.10.4",
"@babel/preset-env": "7.10.4",
Expand Down Expand Up @@ -55,19 +44,14 @@
},
"devDependencies": {
"@babel/preset-react": "7.10.4",
"@commitlint/cli": "9.0.1",
"@commitlint/config-conventional": "9.0.1",
"@wordpress/eslint-plugin": "7.1.0",
"browser-sync": "2.26.7",
"browser-sync-webpack-plugin": "2.2.2",
"commitizen": "4.1.2",
"cz-conventional-changelog": "3.2.0",
"eslint": "7.4.0",
"eslint-config-airbnb": "18.2.0",
"eslint-plugin-import": "2.22.0",
"eslint-plugin-jsx-a11y": "6.3.1",
"eslint-plugin-react": "7.20.3",
"husky": "4.2.5",
"node-wp-i18n": "1.2.3",
"stylelint": "13.6.1",
"stylelint-config-recommended-scss": "4.2.0",
Expand Down
Loading

0 comments on commit 969baca

Please sign in to comment.