mirror of
https://github.com/danbulant/flying-squid
synced 2026-06-18 14:01:13 +00:00
temporary fix for the es6/git/npm problem
https://github.com/npm/npm/issues/3055
This commit is contained in:
parent
37e74ae52c
commit
a12d82c41b
1 changed files with 4 additions and 2 deletions
|
|
@ -14,7 +14,8 @@
|
|||
"flying-squid": "./app.js"
|
||||
},
|
||||
"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": [],
|
||||
"licenses": {
|
||||
|
|
@ -43,6 +44,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"doctoc": "^0.15.0",
|
||||
"longjohn": "~0.2.8"
|
||||
"longjohn": "~0.2.8",
|
||||
"babel":"5.8.23"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue