Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
polonel committed Sep 27, 2018
2 parents dcfdbcb + 538bc1a commit 9e14687
Show file tree
Hide file tree
Showing 2 changed files with 386 additions and 46 deletions.
24 changes: 24 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,10 @@
"winston": "2.4.4"
},
"devDependencies": {
"@commitlint/cli": "7.1.2",
"@commitlint/config-conventional": "7.1.2",
"@semantic-release/changelog": "3.0.0",
"@semantic-release/git": "7.0.4",
"chai": "*",
"codacy-coverage": "^3.0.0",
"cross-env": "^5.2.0",
Expand All @@ -107,6 +111,7 @@
"grunt-express-server": "0.5.4",
"grunt-htmlhint": "0.9.13",
"grunt-parallel": "0.5.1",
"husky": "1.0.0",
"istanbul": "0.4.5",
"lorem-ipsum": "1.0.5",
"mocha": "5.2.0",
Expand All @@ -115,6 +120,25 @@
"superagent": "3.8.3",
"supertest": "3.1.0"
},
"release": {
"prepare": [
"@semantic-release/changelog",
"@semantic-release/git"
],
"publish": [
"@semantic-release/github"
]
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"config": {
"blanket": {
"pattern": "src",
Expand Down
Loading

0 comments on commit 9e14687

Please sign in to comment.