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
|
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) {
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue