Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
heavyk committed Jun 12, 2015
1 parent 3f88234 commit dcdf10d
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,21 +24,21 @@
"install": "node build.js"
},
"dependencies": {
"globule": "~0.2.0",
"nextback": "~0.1.0",
"bindings": "~1.2.0",
"nan": "~0.8.0",
"absolute-path": "0.0.0",
"graceful-fs": "~2.0.3"
"bindings": "~1.2.1",
"globule": "~0.2.0",
"graceful-fs": "~3.0.8",
"nan": "^1.8.4",
"nextback": "~0.1.0"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-nodeunit": "~0.3.3",
"grunt-contrib-jshint": "~0.9.2",
"grunt": "~0.4.5",
"grunt-contrib-nodeunit": "~0.4.1",
"grunt-contrib-jshint": "~0.11.2",
"grunt-cli": "~0.1.13",
"async": "~0.2.10",
"rimraf": "~2.2.6",
"ascii-table": "0.0.4"
"async": "~1.2.1",
"rimraf": "~2.4.0",
"ascii-table": "0.0.8"
},
"keywords": [
"watch",
Expand Down

0 comments on commit dcdf10d

Please sign in to comment.