Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
0.0.4
  • Loading branch information
felixhageloh committed Jun 8, 2015
1 parent 57571d0 commit 80c3b47
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
@@ -1,13 +1,12 @@
{
"name": "tree-monkey",
"version": "0.0.3",
"version": "0.0.4",
"description": "Async tree traversal for nodejs",
"main": "lib/tree-monkey.js",
"scripts": {
"test": "node_modules/jasmine-node/bin/jasmine-node --coffee specs/",
"prepublish": "node_modules/coffee-script/bin/coffee -co lib/ src/"
},

"repository": {
"type": "git",
"url": "https://github.com/felixhageloh/tree-monkey.git"
Expand Down

0 comments on commit 80c3b47

Please sign in to comment.