Skip to content

Commit

Permalink
update dependencies & devDependencies. no code changes. fixes https:/…
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed Jan 22, 2016
1 parent af38d12 commit 9ababb0
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
@@ -1,6 +1,6 @@
{
"name": "hits",
"version": "2.0.1",
"version": "2.0.2",
"description": "all the hits",
"main": "lib/hits.js",
"directories": {
Expand All @@ -27,17 +27,17 @@
},
"homepage": "https://github.com/nelsonic/hits#readme",
"dependencies": {
"env2": "^2.0.2",
"redis-connection": "^2.0.0",
"env2": "^2.0.4",
"redis-connection": "^4.0.1",
"uniki": "^1.0.3",
"wreck": "^6.2.0"
"wreck": "^7.0.0"
},
"devDependencies": {
"decache": "^3.0.3",
"istanbul": "^0.3.21",
"jshint": "^2.8.0",
"pre-commit": "^1.1.1",
"tape": "^4.2.0"
"istanbul": "^0.4.2",
"jshint": "^2.9.1",
"pre-commit": "^1.1.2",
"tape": "^4.4.0"
},
"pre-commit": [
"jshint",
Expand Down

0 comments on commit 9ababb0

Please sign in to comment.