Skip to content

Commit

Permalink
Bumped deps + package version
Browse files Browse the repository at this point in the history
  • Loading branch information
charliedowler committed Sep 5, 2014
1 parent e46c902 commit 7f50264
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bouwen",
"version": "0.1.0",
"version": "0.2.0",
"description": "Display a repository build status in your terminal",
"main": "index.js",
"scripts": {
Expand All @@ -19,11 +19,11 @@
"url": "https://github.com/charliedowler/bouwen/issues"
},
"dependencies": {
"request": "~2.33.0",
"minimist": "~0.0.8"
"request": "^2.42.0",
"minimist": "^1.1.0"
},
"devDependencies": {
"grunt": "^0.4.2",
"grunt": "^0.4.5",
"grunt-simple-mocha": "^0.4.0",
"is-travis": "^1.0.0",
"is-up": "^1.0.0"
Expand Down

0 comments on commit 7f50264

Please sign in to comment.