Skip to content

Commit

Permalink
chore(*): added commitplease
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Lieben committed May 6, 2017
1 parent be9f808 commit da1a0a6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -174,11 +174,19 @@
"test": "mocha ./dist/test --recursive",
"vscode-typings": "node ./node_modules/vscode/bin/install"
},
"commitplease": {
"style": "angular",
"types": [
"feat", "fix", "docs", "style", "refactor", "perf", "test", "chore"
],
"scope": "\\S+.*"
},
"devDependencies": {
"@types/chai": "^3.4.35",
"@types/mocha": "^2.2.39",
"@types/node": "^7.0.5",
"chai": "^3.5.0",
"commitplease": "^2.7.10",
"conventional-changelog-cli": "^1.2.0",
"mocha": "^3.2.0",
"mocha-junit-reporter": "^1.13.0",
Expand Down

0 comments on commit da1a0a6

Please sign in to comment.