Skip to content

Commit bf458d1

Browse files
authored
Bump dependencies (#20)
* Bump dependencies and target node v4 line * Bump eslint, mocha, and validator to the latest versions
1 parent a187031 commit bf458d1

File tree

3 files changed

+14
-15
lines changed

3 files changed

+14
-15
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ sudo: false
1010
language: node_js
1111

1212
node_js:
13-
- "4.2"
13+
- "4"
1414
- "5"
1515
- "6"
1616

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -28,30 +28,30 @@
2828
"commander": "^2.9.0",
2929
"in-array": "^0.1.2",
3030
"is-plain-obj": "^1.1.0",
31-
"semver": "^5.1.0",
31+
"semver": "^5.3.0",
3232
"user-home": "^2.0.0",
33-
"validator": "^5.1.0"
33+
"validator": "^6.0.0"
3434
},
3535
"devDependencies": {
36-
"eslint": "^3.1.1",
37-
"eslint-config-tc": "^1.1.0",
38-
"eslint-formatter-pretty": "^0.2.1",
36+
"eslint": "^3.7.1",
37+
"eslint-config-tc": "^1.2.0",
38+
"eslint-formatter-pretty": "^1.0.0",
3939
"grunt": "^1.0.1",
4040
"grunt-bump": "^0.8.0",
4141
"grunt-contrib-clean": "^1.0.0",
4242
"grunt-contrib-copy": "^1.0.0",
4343
"grunt-contrib-watch": "^1.0.0",
4444
"grunt-env": "^0.4.4",
4545
"grunt-eslint": "^19.0.0",
46-
"grunt-istanbul": "^0.7.0",
46+
"grunt-istanbul": "^0.7.1",
4747
"grunt-istanbul-coverage": "^0.1.4",
48-
"grunt-jscs": "^2.8.0",
49-
"grunt-jsonlint": "^1.0.7",
50-
"grunt-mocha-test": "^0.12.7",
51-
"mocha": "^2.4.5",
52-
"should": "^8.3.1",
53-
"sinon": "^1.17.3",
54-
"time-grunt": "^1.3.0"
48+
"grunt-jscs": "^3.0.1",
49+
"grunt-jsonlint": "^1.1.0",
50+
"grunt-mocha-test": "^0.13.2",
51+
"mocha": "^3.1.0",
52+
"should": "^11.1.0",
53+
"sinon": "^1.17.5",
54+
"time-grunt": "^1.4.0"
5555
},
5656
"engines": {
5757
"node": ">=4.2.0",

src/cli.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/usr/bin/env node
2-
32
'use strict';
43

54
const chalk = require('chalk');

0 commit comments

Comments
 (0)