Skip to content

Commit 11ac9d2

Browse files
wtgtybhertgeghgtwtgSBoudrias
authored andcommittedFeb 6, 2017
Bump minimum supported node version to node@4. (#76)
1 parent 7354eaa commit 11ac9d2

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed
 

‎.travis.yml

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ node_js:
44
- v6
55
- v5
66
- v4
7-
- v0.10
8-
- v0.12
97
before_script:
108
- export NODE_PATH="$NVM_PATH/../node_modules"
119
env:

‎package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,16 @@
3232
"dependencies": {
3333
"chalk": "^1.0.0",
3434
"debug": "^2.0.0",
35-
"diff": "^2.1.2",
35+
"diff": "^3.2.0",
3636
"escape-string-regexp": "^1.0.2",
37-
"globby": "^4.0.0",
37+
"globby": "^6.1.0",
3838
"grouped-queue": "^0.3.0",
39-
"inquirer": "^1.0.2",
39+
"inquirer": "^3.0.1",
4040
"lodash": "^4.11.1",
4141
"log-symbols": "^1.0.1",
4242
"mem-fs": "^1.1.0",
4343
"text-table": "^0.2.0",
44-
"untildify": "^2.0.0"
44+
"untildify": "^3.0.2"
4545
},
4646
"devDependencies": {
4747
"coveralls": "^2.11.6",

0 commit comments

Comments
 (0)
Please sign in to comment.