This commit is contained in:
Feross Aboukhadijeh 2015-12-02 18:17:31 -08:00
parent f77090a35c
commit 32f5c04b00
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,6 @@ var BITFIELD_GROW = 1000
var PIECE_LENGTH = 16 * 1024 var PIECE_LENGTH = 16 * 1024
module.exports = function (metadata) { module.exports = function (metadata) {
inherits(ut_metadata, EventEmitter) inherits(ut_metadata, EventEmitter)
function ut_metadata (wire) { function ut_metadata (wire) {

View File

@ -20,6 +20,7 @@
"bittorrent-protocol": "^2.0.0", "bittorrent-protocol": "^2.0.0",
"brfs": "^1.2.0", "brfs": "^1.2.0",
"parse-torrent": "^5.6.0", "parse-torrent": "^5.6.0",
"standard": "^5.4.1",
"tape": "^4.0.0" "tape": "^4.0.0"
}, },
"keywords": [ "keywords": [
@ -41,7 +42,7 @@
"url": "git://github.com/feross/ut_metadata.git" "url": "git://github.com/feross/ut_metadata.git"
}, },
"scripts": { "scripts": {
"test": "tape test/*.js" "test": "standard && tape test/*.js"
}, },
"testling": { "testling": {
"files": "test/*.js", "files": "test/*.js",