Skip to content

Commit

Permalink
feat(changelog): add changelog and update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ph1p committed Feb 25, 2019
1 parent 67a059a commit 6e92f5c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"test": "jest",
"test-coverage": "cross-env NODE_ENV=test jest --coverage",
"test-watch": "cross-env NODE_ENV=test jest --watchAll",
"lint": "eslint ./*/*.js"
"lint": "eslint ./*/*.js",
"version": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md"
},
"husky": {
"hooks": {
Expand Down Expand Up @@ -76,10 +77,11 @@
"yargs": "^13.2.1"
},
"devDependencies": {
"eslint": "^5.14.0",
"conventional-changelog-cli": "^2.0.12",
"eslint": "^5.14.1",
"husky": "^1.3.1",
"jest": "^24.1.0",
"lint-staged": "^8.1.3"
"lint-staged": "^8.1.4"
},
"lint-staged": {
"**/*.{css,scss,json}": [
Expand Down

0 comments on commit 6e92f5c

Please sign in to comment.