Skip to content

Commit

Permalink
Update dependencies to enable Greenkeeper 🌴 (#22)
Browse files Browse the repository at this point in the history
* chore(package): update dependencies

https://greenkeeper.io/

* Update travis matrix
  • Loading branch information
greenkeeper[bot] authored and SBoudrias committed Feb 11, 2017
1 parent ed7f3f0 commit 41b7f28
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -4,4 +4,3 @@ node_js:
- node
- 6
- 4
- 0.12
12 changes: 6 additions & 6 deletions package.json
Expand Up @@ -24,16 +24,16 @@
"prepublish": "gulp prepublish"
},
"dependencies": {
"lodash": "^3.6.0",
"path-exists": "^2.1.0"
"lodash": "^4.17.4",
"path-exists": "^3.0.0"
},
"devDependencies": {
"eslint-config-xo-space": "^0.7.0",
"eslint-config-xo-space": "^0.15.0",
"gulp": "^3.9.0",
"gulp-eslint": "^1.0.0",
"gulp-eslint": "^3.0.1",
"gulp-exclude-gitignore": "^1.0.0",
"gulp-istanbul": "^0.10.3",
"gulp-mocha": "^2.0.0",
"gulp-istanbul": "^1.1.1",
"gulp-mocha": "^3.0.1",
"gulp-nsp": "^2.1.0",
"gulp-plumber": "^1.0.0"
},
Expand Down

0 comments on commit 41b7f28

Please sign in to comment.