remove zfill dependency used nowhere

This commit is contained in:
Romain Beaumont 2015-09-21 10:46:10 +02:00
parent 2c93a4e796
commit 6b15cffe4c
2 changed files with 0 additions and 2 deletions

View file

@ -37,7 +37,6 @@
"mocha": "~1.8.2",
"power-assert": "^1.0.0",
"source-map-support": "^0.3.2",
"zfill": "0.0.1",
"minecraft-wrap": "~0.5.4"
},
"dependencies": {

View file

@ -6,7 +6,6 @@ var mc = require('../')
, fs = require('fs')
, net = require('net')
, assert = require('power-assert')
, zfill = require('zfill')
, MC_SERVER_JAR = process.env.MC_SERVER_JAR
, SURVIVE_TIME = 10000
, MC_SERVER_PATH = path.join(__dirname, 'server')