Skip to content

Commit

Permalink
Updated through2 dependancy
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonpincin committed Jun 5, 2014
1 parent d965ebe commit 10d5fd9
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "pharos-tree",
"version": "0.0.0",
"version": "0.0.1",
"description": "Create trees of data nodes. Stream tree transactions.",
"main": "index.js",
"scripts": {
Expand All @@ -15,7 +15,17 @@
"type": "git",
"url": "git://github.com/jasonpincin/pharos-tree.git"
},
"keywords": ["pharos", "tree", "node-tree", "parent", "child", "data", "nodes", "pnode", "stream"],
"keywords": [
"pharos",
"tree",
"node-tree",
"parent",
"child",
"data",
"nodes",
"pnode",
"stream"
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/jasonpincin/pharos-tree/issues"
Expand All @@ -35,7 +45,7 @@
"tape": "~2.12.3"
},
"dependencies": {
"through2": "~0.4.1"
"through2": "^0.5.1"
},
"testling": {
"files": "test/*.js",
Expand Down

0 comments on commit 10d5fd9

Please sign in to comment.