Merge pull request #273 from rom1504/update_mc_wrap

fix the bug in mcwrap : using batch.concurrency(1) is needed
This commit is contained in:
Robin Lambertz 2015-10-02 15:46:34 +02:00
commit cf3eeb71c3

View File

@ -37,7 +37,7 @@
"mocha": "~2.3.3",
"power-assert": "^1.0.0",
"source-map-support": "^0.3.2",
"minecraft-wrap": "~0.6.2"
"minecraft-wrap": "~0.6.5"
},
"dependencies": {
"babel-runtime": "^5.4.4",