From 9a49a7bd8e6247c6d898d6ad38e439a2f918c3fa Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Fri, 28 Mar 2014 02:05:11 -0700 Subject: [PATCH] use brfs on tests 2 --- package.json | 7 ++++--- test/package.json | 16 +++++----------- 2 files changed, 9 insertions(+), 14 deletions(-) diff --git a/package.json b/package.json index fb40b91..dae73d2 100644 --- a/package.json +++ b/package.json @@ -11,15 +11,16 @@ "url": "https://github.com/feross/ut_metadata/issues" }, "dependencies": { - "bncode": "^0.5.0", "bitfield": "^0.2.0", + "bncode": "^0.5.0", "inherits": "^2.0.1", "rusha-browserify": "^0.7.3" }, "devDependencies": { - "tape": "2.x", "bittorrent-protocol": "^1.0.0", - "parse-torrent": "^0.6.0" + "brfs": "^1.0.0", + "parse-torrent": "^0.6.0", + "tape": "^2.12.0" }, "homepage": "http://webtorrent.io", "keywords": [ diff --git a/test/package.json b/test/package.json index fc0f187..ac999e1 100644 --- a/test/package.json +++ b/test/package.json @@ -3,17 +3,11 @@ "version": "0.0.0", "author": "Feross Aboukhadijeh (http://feross.org/)", "browserify": { - "transform": [ - "brfs" - ] + "transform": ["brfs"] }, - "main": "basic.js", + "license": "MIT", + "main": "index.js", "scripts": { - "test": "tape *.js" - }, - "devDependencies": { - "tape": "^2.12.0", - "brfs": "^1.0.0", - "browserify": "^3.33.1" + "test": "tape test/*.js" } -} +} \ No newline at end of file