Commit 0887b615 authored by Alex Beregszaszi's avatar Alex Beregszaszi

Include es6-shim in the build process

parent 1f726cef
......@@ -7,6 +7,7 @@
"build": "mkdir -p build; browserify src/index.js -o build/app.js"
},
"devDependencies": {
"es6-shim": "^0.35.1",
"ethereumjs-block": "^1.2.2",
"ethereumjs-vm": "^1.3.0",
"merkle-patricia-tree": "^2.1.2",
......
require('es6-shim');
var app = require("./app.js");
var $ = require("jquery");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment