Skip to content

Commit 97b1f16

Browse files
committed
build: upgrade husky config,
BREAKING CHANGE: drop node4 support
1 parent ff8f9b0 commit 97b1f16

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

Diff for: CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
<a name="5.0.0"></a>
6+
## [5.0.0](https://github.com/klei/gulp-inject/compare/v4.3.2...v5.0.0) (2018-11-15)
7+
8+
### Features
9+
10+
* dropped node4 support
11+
512
<a name="4.2.1"></a>
613
## [4.2.1](https://github.com/klei/gulp-inject/compare/v4.2.0...v4.2.1) (2017-09-15)
714

Diff for: package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+6-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@
2727
"lint": "xo",
2828
"pretest": "npm run -s lint",
2929
"test": "mocha -R spec src/**/*_test.js",
30-
"semantic-release": "semantic-release",
31-
"commitmsg": "commitlint -e"
30+
"semantic-release": "semantic-release"
3231
},
3332
"dependencies": {
3433
"ansi-colors": "^3.2.1",
@@ -79,5 +78,10 @@
7978
"unicorn/import-index": 0,
8079
"valid-jsdoc": 0
8180
}
81+
},
82+
"husky": {
83+
"hooks": {
84+
"commit-msg": "commitlint -e"
85+
}
8286
}
8387
}

0 commit comments

Comments
 (0)