Skip to content

Commit

Permalink
Merge pull request #1 from observing/greenkeeper/update-all
Browse files Browse the repository at this point in the history
Update dependencies to enable Greenkeeper 🌴
  • Loading branch information
3rd-Eden authored Nov 17, 2016
2 parents 36b6e90 + 6efa089 commit 52a704f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
"description": "Node.js client for its Restify server counterpart node-geoip2-api",
"main": "index.js",
"dependencies": {
"diagnostics": "0.0.x",
"request": "2.49.x"
"diagnostics": "~1.0.1",
"request": "~2.78.0"
},
"devDependencies": {
"chai": "1.10.x",
"istanbul": "0.3.x",
"mocha": "2.0.x",
"mocha-lcov-reporter": "0.0.x",
"pre-commit": "0.0.x",
"sinon": "1.12.x",
"sinon-chai": "2.6.x"
"chai": "~3.5.0",
"istanbul": "~0.4.5",
"mocha": "~3.1.2",
"mocha-lcov-reporter": "~1.2.0",
"pre-commit": "~1.1.3",
"sinon": "~1.17.6",
"sinon-chai": "~2.8.0"
},
"scripts": {
"test": "NODE_ENV=test mocha $(find test -name '*.test.js')",
Expand Down

0 comments on commit 52a704f

Please sign in to comment.