Skip to content

Commit

Permalink
upgrade package
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmosgenius committed Jan 9, 2017
1 parent 7e7a97e commit 18a4e1b
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,34 +25,34 @@
},
"homepage": "https://github.com/cosmosgenius/webhooked#readme",
"engines": {
"node": ">=6.0.0"
"node": ">=7.0.0"
},
"devDependencies": {
"colors": "^1.1.2",
"del": "^2.2.1",
"eslint": "^3.2.2",
"del": "^2.2.2",
"eslint": "^3.13.0",
"gulp": "^3.9.1",
"gulp-istanbul": "^1.0.0",
"gulp-mocha": "^2.2.0",
"gulp-mocha": "^3.0.0",
"gulp-nodemon": "^2.1.0",
"istanbul": "^0.4.4",
"mocha": "^3.0.0",
"run-sequence": "^1.2.2",
"should": "^10.0.0"
},
"dependencies": {
"bluebird": "^3.4.1",
"bunyan": "^1.8.1",
"bluebird": "^3.4.7",
"bunyan": "^1.8.5",
"chalk": "^1.1.3",
"co": "^4.6.0",
"dotenv": "^2.0.0",
"kcors": "^2.1.1",
"kcors": "^2.2.0",
"koa": "^2.0.0",
"koa-bodyparser": "^3.0.0",
"koa-bodyparser": "^3.2.0",
"koa-etag": "^3.0.0",
"koa-response-time": "^2.0.0",
"koa-router": "^7.0.1",
"level": "^1.4.0",
"through2": "^2.0.1"
"koa-router": "^7.1.0",
"level": "^1.5.0",
"through2": "^2.0.3"
}
}

0 comments on commit 18a4e1b

Please sign in to comment.