mirror of
https://github.com/PrismarineJS/node-minecraft-protocol.git
synced 2024-11-14 19:04:59 -05:00
Use power-assert instead of assert, otherwise stuff fail
This commit is contained in:
parent
631d1cfc27
commit
150af656c7
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ var mc = require('../')
|
|||
, path = require('path')
|
||||
, fs = require('fs')
|
||||
, net = require('net')
|
||||
, assert = require('assert')
|
||||
, assert = require('power-assert')
|
||||
, mkdirp = require('mkdirp')
|
||||
, rimraf = require('rimraf')
|
||||
, Batch = require('batch')
|
||||
|
|
Loading…
Reference in a new issue