Skip to content

Commit

Permalink
remove commitizen for this PR
Browse files Browse the repository at this point in the history
  • Loading branch information
sagalbot committed Nov 29, 2019
1 parent 4a24ce8 commit 0b0acc3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 363 deletions.
9 changes: 1 addition & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
"build": "cross-env NODE_ENV=production webpack --config build/webpack.prod.conf.js --progress",
"build:docs": "cd docs && yarn build",
"build:preview": "cd docs && yarn build",
"test": "jest",
"test:debug": "node --inspect-brk node_modules/.bin/jest --runInBand --watch"
"test": "jest"
},
"repository": {
"type": "git",
Expand All @@ -46,7 +45,6 @@
"cross-env": "^5.2.0",
"css-loader": "^2.1.0",
"cssnano": "^4.1.10",
"cz-conventional-changelog": "3.0.2",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"jest": "^24.1.0",
Expand Down Expand Up @@ -104,10 +102,5 @@
"html",
"text-summary"
]
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}

0 comments on commit 0b0acc3

Please sign in to comment.