Skip to content

Commit

Permalink
2.5.0 release (#41)
Browse files Browse the repository at this point in the history
* Add Node 8 support

* Bump version, dips, and update changelog
  • Loading branch information
tclindner authored Jun 11, 2017
1 parent 33656d0 commit 398c332
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ node_js:
- "5"
- "6"
- "7"
- "8"

cache:
directories:
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).

### Removed

## [2.5.0] - 2017-06-11
### Changed
@chr1shaefn3r enhanced the following rules so they no longer require a leading equals sign

- [prefer-absolute-version-dependencies](https://github.com/tclindner/npm-package-json-lint/wiki/prefer-absolute-version-dependencies)
- [prefer-absolute-version-devDependencies](https://github.com/tclindner/npm-package-json-lint/wiki/prefer-absolute-version-devDependencies)

## [2.4.0] - 2017-05-24
### Added
Thanks to @chr1shaefn3r for submitting the new rules
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "npm-package-json-lint",
"version": "2.4.0",
"version": "2.5.0",
"description": "CLI app for linting package.json files.",
"keywords": [
"lint",
Expand Down Expand Up @@ -51,9 +51,9 @@
"grunt-jscs": "^3.0.1",
"grunt-jsonlint": "^1.1.0",
"grunt-mocha-test": "^0.13.2",
"mocha": "^3.4.1",
"mocha": "^3.4.2",
"should": "^11.2.1",
"sinon": "^2.3.0",
"sinon": "^2.3.4",
"time-grunt": "^1.4.0"
},
"engines": {
Expand Down

0 comments on commit 398c332

Please sign in to comment.