Skip to content

Commit a0ed45d

Browse files
committed
Bump deps and add node 6 tests on travis (#10)
* Bump deps and add node 6 tests on travis * Add changelog notes
1 parent c355a8b commit a0ed45d

File tree

3 files changed

+14
-8
lines changed

3 files changed

+14
-8
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ language: node_js
1212
node_js:
1313
- "4.2"
1414
- "5"
15+
- "6"
1516

1617
cache:
1718
directories:

CHANGELOG.md

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

1212
### Removed
1313

14+
## [0.3.0] - 2016-05-10
15+
### Changed
16+
- Bumped deps
17+
- Add node 6 tests on TravisCI
18+
1419
## [0.2.0] - 2016-05-01
1520
### Added
1621
- ESLint to build process
1722

1823
### Fixed
1924
- README cli alias flags
20-
- Remove invalid README column from
25+
- Remove invalid README column from
2126

2227
### Removed
2328
- JSHint from build process

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "npm-package-json-lint",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "CLI app for linting package.json files.",
55
"keywords": [
66
"lint",
@@ -33,15 +33,15 @@
3333
},
3434
"devDependencies": {
3535
"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",
4141
"grunt-env": "^0.4.4",
4242
"grunt-eslint": "^18.1.0",
4343
"grunt-istanbul": "^0.7.0",
44-
"grunt-istanbul-coverage": "^0.1.3",
44+
"grunt-istanbul-coverage": "^0.1.4",
4545
"grunt-jscs": "^2.8.0",
4646
"grunt-jsonlint": "^1.0.7",
4747
"grunt-mocha-test": "^0.12.7",

0 commit comments

Comments
 (0)