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

Commit

Permalink
Upgrade deps to latest, start using version range.
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffano committed Aug 25, 2013
1 parent 0f28660 commit d5257f1
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,17 @@
"test": "./test"
},
"dependencies": {
"async": "0.2.6",
"bagofcli": "0.0.1",
"bagofrequest": "0.0.3",
"clone": "0.1.6",
"cron": "1.0.1",
"fs.extra": "1.2.0",
"nano": "3.3.8",
"underscore": "1.4.4"
"async": "~0.2.9",
"bagofcli": "~0.0.5",
"bagofrequest": "~0.0.5",
"clone": "~0.1.10",
"cron": "~1.0.1",
"fs.extra": "~1.2.1",
"nano": "~4.1.1",
"underscore": "~1.5.1"
},
"devDependencies": {
"buster": "0.6.12",
"shelljs": "0.1.2"
"buster": "~0.6.12"
},
"scripts": {},
"engines": {
Expand All @@ -53,4 +52,4 @@
"url": "http://github.com/cliffano/couchpenter/raw/master/LICENSE"
}
]
}
}

0 comments on commit d5257f1

Please sign in to comment.