mirror of
https://github.com/PrismarineJS/node-minecraft-protocol.git
synced 2024-11-14 19:04:59 -05:00
Merge pull request #252 from rom1504/remove_zfill_dependency
remove zfill dependency used nowhere
This commit is contained in:
commit
24dced6e39
2 changed files with 0 additions and 2 deletions
|
@ -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": {
|
||||
|
|
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue