Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrk committed Jun 19, 2015
1 parent f4c151b commit dd655ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .travis.yml
@@ -1,5 +1,6 @@
language: node_js
node_js:
- "0.12"
- "0.10"
branches:
only:
Expand Down
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -26,12 +26,12 @@
"node": ">=0.10.20"
},
"devDependencies": {
"ncp": "~1.0.1",
"rimraf": "~2.2.8",
"ncp": "~2.0.0",
"rimraf": "~2.4.0",
"whynoteq": "~1.0.2"
},
"dependencies": {
"mkdirp": "~0.5.0",
"mkdirp": "~0.5.1",
"pend": "~1.2.0"
},
"bugs": {
Expand Down

0 comments on commit dd655ee

Please sign in to comment.