Skip to content

Commit

Permalink
readme updates for expresso tests and version bump to 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
James Halliday committed Jul 28, 2010
1 parent 13e19bf commit 6993515
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ Or check out the repository and link your development copy:
cd js-traverse
npm link .

You can test traverse with "expresso":http://github.com/visionmedia/expresso
(`npm install expresso`):
js-traverse $ expresso

100% wahoo, your stuff is not broken!


Examples
========

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name" : "traverse",
"version" : "0.0.3",
"version" : "0.0.4",
"description" : "Traverse and transform objects by visiting every node on a recursive walk.",
"author" : "James Halliday",
"main" : "traverse",
Expand Down

0 comments on commit 6993515

Please sign in to comment.