Skip to content

Commit

Permalink
Synced dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kriskowal committed Oct 29, 2010
1 parent 75f9b7b commit 6693d5f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@

0.0.2

* synced dependencies

0.0.1

* removed erroneous "util" package dependency.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fs-boot",
"description": "Pure JavaScript implementation of common file-system API components",
"version": "0.0.1",
"version": "0.0.2",
"homepage": "http://github.com/kriskowal/fs-boot/",
"author": "Kris Kowal <kris@cixar.com> (http://github.com/kriskowal/)",
"bugs": {
Expand All @@ -16,7 +16,7 @@
],
"main": "fs-boot.js",
"dependencies": {
"q": ">=0.0.0"
"q": ">=0.1.3"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 6693d5f

Please sign in to comment.