mirror of
https://github.com/unmojang/node-minecraft-protocol.git
synced 2025-09-29 14:13:45 -04:00
remove zfill dependency used nowhere
This commit is contained in:
parent
2c93a4e796
commit
6b15cffe4c
@ -37,7 +37,6 @@
|
|||||||
"mocha": "~1.8.2",
|
"mocha": "~1.8.2",
|
||||||
"power-assert": "^1.0.0",
|
"power-assert": "^1.0.0",
|
||||||
"source-map-support": "^0.3.2",
|
"source-map-support": "^0.3.2",
|
||||||
"zfill": "0.0.1",
|
|
||||||
"minecraft-wrap": "~0.5.4"
|
"minecraft-wrap": "~0.5.4"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -6,7 +6,6 @@ var mc = require('../')
|
|||||||
, fs = require('fs')
|
, fs = require('fs')
|
||||||
, net = require('net')
|
, net = require('net')
|
||||||
, assert = require('power-assert')
|
, assert = require('power-assert')
|
||||||
, zfill = require('zfill')
|
|
||||||
, MC_SERVER_JAR = process.env.MC_SERVER_JAR
|
, MC_SERVER_JAR = process.env.MC_SERVER_JAR
|
||||||
, SURVIVE_TIME = 10000
|
, SURVIVE_TIME = 10000
|
||||||
, MC_SERVER_PATH = path.join(__dirname, 'server')
|
, MC_SERVER_PATH = path.join(__dirname, 'server')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user