File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ node_js:
14
14
- " 5"
15
15
- " 6"
16
16
- " 7"
17
+ - " 8"
17
18
18
19
cache :
19
20
directories :
Original file line number Diff line number Diff line change @@ -11,6 +11,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).
11
11
12
12
### Removed
13
13
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
+
14
21
## [ 2.4.0] - 2017-05-24
15
22
### Added
16
23
Thanks to @chr1shaefn3r for submitting the new rules
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " npm-package-json-lint" ,
3
- "version" : " 2.4 .0" ,
3
+ "version" : " 2.5 .0" ,
4
4
"description" : " CLI app for linting package.json files." ,
5
5
"keywords" : [
6
6
" lint" ,
51
51
"grunt-jscs" : " ^3.0.1" ,
52
52
"grunt-jsonlint" : " ^1.1.0" ,
53
53
"grunt-mocha-test" : " ^0.13.2" ,
54
- "mocha" : " ^3.4.1 " ,
54
+ "mocha" : " ^3.4.2 " ,
55
55
"should" : " ^11.2.1" ,
56
- "sinon" : " ^2.3.0 " ,
56
+ "sinon" : " ^2.3.4 " ,
57
57
"time-grunt" : " ^1.4.0"
58
58
},
59
59
"engines" : {
You can’t perform that action at this time.
0 commit comments