Skip to content

Commit

Permalink
update dependencies and dvDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
shinnn committed Oct 28, 2015
1 parent 1c55293 commit bb74a48
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,23 +35,23 @@
"coverage": "istanbul cover _mocha test.js -x=test.js -- --timeout 50000"
},
"dependencies": {
"gift": "^0.6.1",
"gift": "^0.7.0",
"gulp-util": "^3.0.7",
"readable-stream": "^2.0.2",
"rimraf": "^2.4.3",
"readable-stream": "^2.0.4",
"rimraf": "^2.4.4",
"vinyl-fs": "^2.2.1",
"wrap-promise": "^1.0.1"
},
"devDependencies": {
"@shinnn/eslint-config-node-legacy": "^1.0.0",
"eslint": "^1.7.2",
"eslint": "^1.10.1",
"graceful-fs": "^4.1.2",
"istanbul": "^0.4.0",
"istanbul": "^0.4.1",
"log-symbols": "^1.0.2",
"mocha": "^2.3.3",
"node-uuid": "^1.4.3",
"mocha": "^2.3.4",
"node-uuid": "^1.4.7",
"octonode": "^0.7.4",
"read-remove-file": "^3.0.0",
"vinyl": "^1.0.0"
"vinyl": "^1.1.0"
}
}

0 comments on commit bb74a48

Please sign in to comment.