Skip to content
This repository has been archived by the owner on Oct 15, 2019. It is now read-only.

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Zenedith committed Dec 28, 2015
1 parent 76667e3 commit cd2f863
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
@@ -1,16 +1,16 @@
{
"name": "receipts-model",
"version": "0.5.9",
"version": "0.5.10",
"description": "Receipts model.",
"main": "./index.js",
"dependencies": {
"winston": "^2.1.0",
"winston": "^2.1.1",
"winston-loggly": "^1.2.0"
},
"devDependencies": {
"chai": "^3.4.1",
"istanbul": "^0.4.0",
"mocha": "^2.3.3"
"istanbul": "^0.4.1",
"mocha": "^2.3.4"
},
"scripts": {
"prepublish": "npm prune",
Expand Down Expand Up @@ -40,6 +40,6 @@
"node": ">=0.10.0"
},
"readmeFilename": "README.md",
"_id": "receipts-model@0.5.9",
"_from": "receipts-model@^0.5.9"
"_id": "receipts-model@0.5.10",
"_from": "receipts-model@^0.5.10"
}

0 comments on commit cd2f863

Please sign in to comment.