Skip to content

Commit

Permalink
fix bin/rhizome
Browse files Browse the repository at this point in the history
  • Loading branch information
benw committed Oct 9, 2012
1 parent d5eec53 commit b2f6c1b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions bin/rhizome
Expand Up @@ -33,7 +33,6 @@ var config = {
// var router = rhizome(config); // var router = rhizome(config);


if (uri) { if (uri) {
var parsetree = rhizome.parse(config, uri + '\n'); var parsetree = rhizome.parse(config, uri);
var leaf = rhizome.resolve(parsetree).node; console.log(parsetree);
console.log(leaf);
} }
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{ {
"name": "rhizome", "name": "rhizome",
"version": "0.2.1", "version": "0.2.2",
"description": "Use a peg.js grammar to route url requests", "description": "Use a peg.js grammar to route url requests",
"author": { "author": {
"name": "Ben Williamson", "name": "Ben Williamson",
Expand Down

0 comments on commit b2f6c1b

Please sign in to comment.