Skip to content

Commit

Permalink
build: upgrade husky config,
Browse files Browse the repository at this point in the history
BREAKING CHANGE: drop node4 support
  • Loading branch information
rejas committed Nov 15, 2018
1 parent ff8f9b0 commit 97b1f16
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,13 @@

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.

<a name="5.0.0"></a>
## [5.0.0](https://github.com/klei/gulp-inject/compare/v4.3.2...v5.0.0) (2018-11-15)

### Features

* dropped node4 support

<a name="4.2.1"></a>
## [4.2.1](https://github.com/klei/gulp-inject/compare/v4.2.0...v4.2.1) (2017-09-15)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 6 additions & 2 deletions package.json
Expand Up @@ -27,8 +27,7 @@
"lint": "xo",
"pretest": "npm run -s lint",
"test": "mocha -R spec src/**/*_test.js",
"semantic-release": "semantic-release",
"commitmsg": "commitlint -e"
"semantic-release": "semantic-release"

This comment has been minimized.

Copy link
@Origa7jeffrey

Origa7jeffrey Nov 15, 2018

Afrobank13

},
"dependencies": {
"ansi-colors": "^3.2.1",
Expand Down Expand Up @@ -79,5 +78,10 @@
"unicorn/import-index": 0,
"valid-jsdoc": 0
}
},
"husky": {
"hooks": {
"commit-msg": "commitlint -e"
}
}
}

0 comments on commit 97b1f16

Please sign in to comment.