mirror of
https://github.com/PrismarineJS/node-minecraft-protocol.git
synced 2024-11-14 19:04:59 -05:00
batch is a devDependency only now
This commit is contained in:
parent
ef9917b252
commit
4313e7e98d
2 changed files with 3 additions and 4 deletions
1
index.js
1
index.js
|
@ -4,7 +4,6 @@ var EventEmitter = require('events').EventEmitter
|
|||
, ursa = require('ursa')
|
||||
, crypto = require('crypto')
|
||||
, superagent = require('superagent')
|
||||
, Batch = require('batch')
|
||||
, protocol = require('./lib/protocol')
|
||||
, Client = require('./lib/client')
|
||||
, Server = require('./lib/server')
|
||||
|
|
|
@ -29,11 +29,11 @@
|
|||
"mocha": "~1.7.4",
|
||||
"mkdirp": "~0.3.4",
|
||||
"rimraf": "~2.1.1",
|
||||
"zfill": "0.0.1"
|
||||
"zfill": "0.0.1",
|
||||
"batch": "~0.2.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"ursa": "~0.8.0",
|
||||
"superagent": "~0.10.0",
|
||||
"batch": "~0.2.1"
|
||||
"superagent": "~0.10.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue