temporary fix for the es6/git/npm problem

https://github.com/npm/npm/issues/3055
This commit is contained in:
Romain Beaumont 2015-09-05 23:03:39 +02:00
parent 37e74ae52c
commit a12d82c41b

View file

@ -14,7 +14,8 @@
"flying-squid": "./app.js" "flying-squid": "./app.js"
}, },
"scripts": { "scripts": {
"test": "mocha --reporter spec" "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/ "
}, },
"keywords": [], "keywords": [],
"licenses": { "licenses": {
@ -43,6 +44,7 @@
}, },
"devDependencies": { "devDependencies": {
"doctoc": "^0.15.0", "doctoc": "^0.15.0",
"longjohn": "~0.2.8" "longjohn": "~0.2.8",
"babel":"5.8.23"
} }
} }