From f5e2b9aaa70196f83eb1b4082aad9871ee08395c Mon Sep 17 00:00:00 2001 From: Romain Beaumont Date: Tue, 29 Sep 2015 01:05:29 +0200 Subject: [PATCH] fix babel path : babel doesn't need to be installed globally after this --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 02a3a83..f80925e 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ }, "scripts": { "test": "mocha --reporter spec", - "postinstall": "babel -d node_modules/prismarine-world/dist/ node_modules/prismarine-world/src/ && babel -d node_modules/prismarine-chunk/dist/ node_modules/prismarine-chunk/src/ " + "postinstall": "node_modules/.bin/babel -d node_modules/prismarine-world/dist/ node_modules/prismarine-world/src/ && node_modules/.bin/babel -d node_modules/prismarine-chunk/dist/ node_modules/prismarine-chunk/src/ " }, "keywords": [], "licenses": {