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

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Zenedith committed Jul 12, 2015
1 parent 33c940c commit 727abb7
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,19 +1,19 @@
{
"name": "vehicle-history-model",
"version": "0.9.43",
"version": "0.9.44",
"description": "Vehicle history model.",
"main": "./index.js",
"dependencies": {
"assert-plus": "^0.1.5",
"async": "^1.0.0",
"async": "^1.3.0",
"datejs": "^1.0.0-rc3",
"winston": "^1.0.0",
"winston": "^1.0.1",
"winston-loggly": "^1.1.0"
},
"devDependencies": {
"config": "^1.13.0",
"chai": "^2.3.0",
"istanbul": "^0.3.14",
"config": "^1.14.0",
"chai": "^3.0.0",
"istanbul": "^0.3.17",
"mocha": "^2.2.5"
},
"scripts": {
Expand Down Expand Up @@ -45,6 +45,6 @@
"node": ">=0.10.0"
},
"readmeFilename": "README.md",
"_id": "vehicle-history-model@0.9.43",
"_from": "vehicle-history-model@^0.9.43"
"_id": "vehicle-history-model@0.9.44",
"_from": "vehicle-history-model@^0.9.44"
}

0 comments on commit 727abb7

Please sign in to comment.