From cde16a4d25cd629bc8ec0666e273151507d02269 Mon Sep 17 00:00:00 2001 From: Romain Beaumont Date: Sat, 24 Oct 2015 03:48:17 +0200 Subject: [PATCH] use prismarine-world 0.3.0 : enable anvil loading --- package.json | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 880e387..9e5f971 100644 --- a/package.json +++ b/package.json @@ -15,8 +15,7 @@ }, "scripts": { "prepublish": "gulp", - "test": "mocha --reporter spec", - "postinstall": "node_modules/.bin/babel --optional runtime --recursive --stage 0 -d node_modules/prismarine-world/dist/ node_modules/prismarine-world/src/" + "test": "mocha --reporter spec" }, "keywords": [], "licenses": { @@ -32,15 +31,14 @@ "prismarine-block": "0.1.0", "prismarine-chunk": "0.2.1", "prismarine-entity": "0.1.0", - "prismarine-world": "git://github.com/PrismarineJS/prismarine-world.git#anvil", + "prismarine-world": "0.3.0", "request-promise": "^0.4.3", "requireindex": "~1.0.0", "vec3": "0.1.3", "spiralloop": "1.0.2", "node-dir": "~0.1.9", "uuid-1345": "~0.99.6", - "prismarine-world-sync": "0.1.0", - "babel": "5.8.23" + "prismarine-world-sync": "0.1.0" }, "repository": { "type": "git",