File tree Expand file tree Collapse file tree 3 files changed +14
-8
lines changed Expand file tree Collapse file tree 3 files changed +14
-8
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ language: node_js
12
12
node_js :
13
13
- " 4.2"
14
14
- " 5"
15
+ - " 6"
15
16
16
17
cache :
17
18
directories :
Original file line number Diff line number Diff line change @@ -11,13 +11,18 @@ This project adheres to [Semantic Versioning](http://semver.org/).
11
11
12
12
### Removed
13
13
14
+ ## [ 0.3.0] - 2016-05-10
15
+ ### Changed
16
+ - Bumped deps
17
+ - Add node 6 tests on TravisCI
18
+
14
19
## [ 0.2.0] - 2016-05-01
15
20
### Added
16
21
- ESLint to build process
17
22
18
23
### Fixed
19
24
- README cli alias flags
20
- - Remove invalid README column from
25
+ - Remove invalid README column from
21
26
22
27
### Removed
23
28
- JSHint from build process
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " npm-package-json-lint" ,
3
- "version" : " 0.2 .0" ,
3
+ "version" : " 0.3 .0" ,
4
4
"description" : " CLI app for linting package.json files." ,
5
5
"keywords" : [
6
6
" lint" ,
33
33
},
34
34
"devDependencies" : {
35
35
"eslint-formatter-pretty" : " ^0.2.1" ,
36
- "grunt" : " ^0.4.5 " ,
37
- "grunt-bump" : " ^0.7 .0" ,
38
- "grunt-contrib-clean" : " ^0.7 .0" ,
39
- "grunt-contrib-copy" : " ^0.8.2 " ,
40
- "grunt-contrib-watch" : " ^0.6.1 " ,
36
+ "grunt" : " ^1.0.1 " ,
37
+ "grunt-bump" : " ^0.8 .0" ,
38
+ "grunt-contrib-clean" : " ^1.0 .0" ,
39
+ "grunt-contrib-copy" : " ^1.0.0 " ,
40
+ "grunt-contrib-watch" : " ^1.0.0 " ,
41
41
"grunt-env" : " ^0.4.4" ,
42
42
"grunt-eslint" : " ^18.1.0" ,
43
43
"grunt-istanbul" : " ^0.7.0" ,
44
- "grunt-istanbul-coverage" : " ^0.1.3 " ,
44
+ "grunt-istanbul-coverage" : " ^0.1.4 " ,
45
45
"grunt-jscs" : " ^2.8.0" ,
46
46
"grunt-jsonlint" : " ^1.0.7" ,
47
47
"grunt-mocha-test" : " ^0.12.7" ,
You can’t perform that action at this time.
0 commit comments