Skip to content

Commit

Permalink
Update dependencies to support node 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
rogeriopvl committed Feb 23, 2015
1 parent 7c60e7a commit 5e14308
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
Expand Up @@ -27,10 +27,10 @@
"grunt-shell": "~0.4.0"
},
"dependencies": {
"sqlite3": "~2.1.12",
"insight": "~0.2.0",
"colors": "~0.6.2",
"fs-extra": "~0.8.1"
"sqlite3": "^3.0.5",
"insight": "~0.5.2",
"colors": "^1.0.3",
"fs-extra": "~0.16.3"
},
"engines": {
"node": ">=0.8.0"
Expand Down

0 comments on commit 5e14308

Please sign in to comment.