Skip to content

Commit 398c332

Browse files
authored
2.5.0 release (#41)
* Add Node 8 support * Bump version, dips, and update changelog
1 parent 33656d0 commit 398c332

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ node_js:
1414
- "5"
1515
- "6"
1616
- "7"
17+
- "8"
1718

1819
cache:
1920
directories:

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1111

1212
### Removed
1313

14+
## [2.5.0] - 2017-06-11
15+
### Changed
16+
@chr1shaefn3r enhanced the following rules so they no longer require a leading equals sign
17+
18+
- [prefer-absolute-version-dependencies](https://github.com/tclindner/npm-package-json-lint/wiki/prefer-absolute-version-dependencies)
19+
- [prefer-absolute-version-devDependencies](https://github.com/tclindner/npm-package-json-lint/wiki/prefer-absolute-version-devDependencies)
20+
1421
## [2.4.0] - 2017-05-24
1522
### Added
1623
Thanks to @chr1shaefn3r for submitting the new rules

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "npm-package-json-lint",
3-
"version": "2.4.0",
3+
"version": "2.5.0",
44
"description": "CLI app for linting package.json files.",
55
"keywords": [
66
"lint",
@@ -51,9 +51,9 @@
5151
"grunt-jscs": "^3.0.1",
5252
"grunt-jsonlint": "^1.1.0",
5353
"grunt-mocha-test": "^0.13.2",
54-
"mocha": "^3.4.1",
54+
"mocha": "^3.4.2",
5555
"should": "^11.2.1",
56-
"sinon": "^2.3.0",
56+
"sinon": "^2.3.4",
5757
"time-grunt": "^1.4.0"
5858
},
5959
"engines": {

0 commit comments

Comments
 (0)