Skip to content

Commit

Permalink
update split
Browse files Browse the repository at this point in the history
  • Loading branch information
dominictarr committed Jan 6, 2013
1 parent 3c0d89d commit 9fd4300
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,18 @@
"from": "~0",
"map-stream": "0.0.1",
"pause-stream": "0.0.4",
"split": "0.0.0",
"split": "0.1",
"stream-combiner": "0.0.0"
},
"devDependencies": {
"asynct": "*",
"it-is": "1",
"ubelt": "~2.9",
"stream-spec": "~0.2"
"stream-spec": "~0.2",
"tape": "~0.1.5"
},
"scripts": {
"test": "asynct test/"
"test": "set -e; for t in test/*.js; do node $t; done"
},
"testling": {
"files": "test/*.js",
Expand Down

0 comments on commit 9fd4300

Please sign in to comment.