use prismarine-world 0.3.0 : enable anvil loading

This commit is contained in:
Romain Beaumont 2015-10-24 03:48:17 +02:00
parent 8a93ffbdd9
commit cde16a4d25

View file

@ -15,8 +15,7 @@
}, },
"scripts": { "scripts": {
"prepublish": "gulp", "prepublish": "gulp",
"test": "mocha --reporter spec", "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/"
}, },
"keywords": [], "keywords": [],
"licenses": { "licenses": {
@ -32,15 +31,14 @@
"prismarine-block": "0.1.0", "prismarine-block": "0.1.0",
"prismarine-chunk": "0.2.1", "prismarine-chunk": "0.2.1",
"prismarine-entity": "0.1.0", "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", "request-promise": "^0.4.3",
"requireindex": "~1.0.0", "requireindex": "~1.0.0",
"vec3": "0.1.3", "vec3": "0.1.3",
"spiralloop": "1.0.2", "spiralloop": "1.0.2",
"node-dir": "~0.1.9", "node-dir": "~0.1.9",
"uuid-1345": "~0.99.6", "uuid-1345": "~0.99.6",
"prismarine-world-sync": "0.1.0", "prismarine-world-sync": "0.1.0"
"babel": "5.8.23"
}, },
"repository": { "repository": {
"type": "git", "type": "git",