1
0
mirror of https://github.com/aclindsa/moneygo.git synced 2025-07-02 12:28:37 -04:00

Enable ES2015 translation

This commit is contained in:
2017-06-07 21:08:39 -04:00
parent 2699d7b6c3
commit 7817e6f08e
4 changed files with 5 additions and 3 deletions

View File

@ -5,6 +5,7 @@
"main": "js/main.js",
"dependencies": {
"babel-preset-react": "^6.16.0",
"babel-preset-es2015": "^6.24.1",
"babelify": "^7.3.0",
"big.js": "^3.1.3",
"browserify": "^14.4.0",