Skip to content
This repository has been archived by the owner on Aug 23, 2022. It is now read-only.

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
Also added updated read me information
  • Loading branch information
Scott Mebberson committed Nov 11, 2011
1 parent 80bbbef commit 7b772b0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -8,6 +8,6 @@
"dependencies" : { "underscore": ">=1.2.0", "optimist": ">=0.2.8" },
"bin" : { "fuse": "./bin/fuse.js" },
"directories" : { "bin": "./bin" },
"version" : "0.0.2",
"version" : "0.0.3",
"engines" : {"node": ">=0.4"}
}
8 changes: 7 additions & 1 deletion readme.md
Expand Up @@ -24,4 +24,10 @@ Passing a file with the line above to Fuse, will produce a file containing the o

### On the command line

fuse.js -i path/to/main.js -o path/to/output.js
To run just once:

fuse.js -i path/to/main.js -o path/to/output.js

To watch a file for changes:

fuse.js -i path/to/main.js -o path/to/output.js -w

0 comments on commit 7b772b0

Please sign in to comment.