Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
ronelliott committed Jul 16, 2016
1 parent ade83f6 commit 93b2746
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
"test:coverage": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec"
},
"devDependencies": {
"coveralls": "^2.11.9",
"istanbul": "^0.4.3",
"mocha": "^2.4.5",
"coveralls": "^2.11.11",
"istanbul": "^1.1.0-alpha.1",
"mocha": "^3.0.0-1",
"reflekt": "^0.3.9",
"should": "^8.3.0",
"sinon": "^1.17.3"
"should": "^9.0.2",
"sinon": "^2.0.0-pre.2"
},
"repository": {
"type": "git",
Expand All @@ -34,6 +34,6 @@
"homepage": "https://github.com/ronelliott/kj-handler-crud-mongo#readme",
"dependencies": {
"is": "^3.1.0",
"object-builder": "^1.0.0"
"object-builder": "^1.0.1"
}
}

0 comments on commit 93b2746

Please sign in to comment.