Skip to content

Commit

Permalink
ditch brtapsauce for sauce browser tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg committed Jan 19, 2016
1 parent b4f7317 commit 43fafc7
Show file tree
Hide file tree
Showing 4 changed files with 556 additions and 605 deletions.
6 changes: 2 additions & 4 deletions package.json
Expand Up @@ -4,8 +4,7 @@
"description": "Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too!",
"main": "bl.js",
"scripts": {
"test": "node test/test.js | faucet",
"test-local": "brtapsauce-local test/basic-test.js"
"test": "node test/test.js | faucet"
},
"repository": {
"type": "git",
Expand All @@ -30,7 +29,6 @@
"devDependencies": {
"tape": "~2.12.3",
"hash_file": "~0.1.1",
"faucet": "~0.0.1",
"brtapsauce": "~0.3.0"
"faucet": "~0.0.1"
}
}

0 comments on commit 43fafc7

Please sign in to comment.