standard
This commit is contained in:
parent
f77090a35c
commit
32f5c04b00
1
index.js
1
index.js
|
@ -9,7 +9,6 @@ var BITFIELD_GROW = 1000
|
|||
var PIECE_LENGTH = 16 * 1024
|
||||
|
||||
module.exports = function (metadata) {
|
||||
|
||||
inherits(ut_metadata, EventEmitter)
|
||||
|
||||
function ut_metadata (wire) {
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
"bittorrent-protocol": "^2.0.0",
|
||||
"brfs": "^1.2.0",
|
||||
"parse-torrent": "^5.6.0",
|
||||
"standard": "^5.4.1",
|
||||
"tape": "^4.0.0"
|
||||
},
|
||||
"keywords": [
|
||||
|
@ -41,7 +42,7 @@
|
|||
"url": "git://github.com/feross/ut_metadata.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "tape test/*.js"
|
||||
"test": "standard && tape test/*.js"
|
||||
},
|
||||
"testling": {
|
||||
"files": "test/*.js",
|
||||
|
|
Loading…
Reference in New Issue