Skip to content
This repository has been archived by the owner on Sep 5, 2020. It is now read-only.

Commit

Permalink
Runs dev with Babel
Browse files Browse the repository at this point in the history
  • Loading branch information
wolovim committed Sep 13, 2017
1 parent dc2b810 commit 8dd4bf1
Show file tree
Hide file tree
Showing 4 changed files with 70 additions and 1,627 deletions.
3 changes: 3 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"presets": ["es2016-node5"]
}
1 change: 0 additions & 1 deletion entry.js

This file was deleted.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,15 @@
},
"scripts": {
"postinstall": "cd interface && yarn",
"dev": "electron entry.js"
"dev:electron": "electron -r babel-register main.js",
"dev:meteor": "cd interface && meteor --no-release-check"
},
"main": "main.js",
"dependencies": {
"bignumber.js": "^4.0.1",
"bluebird": "^3.5.0",
"chai-as-promised": "^6.0.0",
"chai-string": "^1.3.0",
"electron-compile": "^6.4.1",
"electron-compilers": "^5.9.0",
"electron-window-state": "^4.0.1",
"ethereum-client-binaries": "^1.6.1",
"ethereum-keyfile-recognizer": "^1.0.2",
Expand Down Expand Up @@ -46,6 +45,7 @@
},
"devDependencies": {
"babel-preset-es2016-node5": "^1.1.2",
"babel-register": "^6.26.0",
"chai": "^3.5.0",
"co-mocha": "^1.2.0",
"del": "^2.2.2",
Expand Down
Loading

0 comments on commit 8dd4bf1

Please sign in to comment.