Commit b8b8f694 authored by chriseth's avatar chriseth Committed by GitHub

Merge pull request #407 from ethereum/removee6shim

remove e6-shim
parents a3f3def2 6bb328aa
......@@ -40,11 +40,11 @@
"babel-plugin-transform-es2015-template-literals": "^6.8.0",
"babel-plugin-transform-es2015-unicode-regex": "^6.11.0",
"babel-plugin-transform-regenerator": "^6.16.1",
"babel-polyfill": "^6.22.0",
"babelify": "^7.3.0",
"brace": "^0.8.0",
"browserify": "^13.0.0",
"csslint": "^1.0.2",
"es6-shim": "^0.35.1",
"ethereum-remix": "https://github.com/ethereum/remix",
"ethereumjs-abi": "^0.6.4",
"ethereumjs-block": "^1.2.2",
......
'use strict'
require('es6-shim')
require('babel-polyfill')
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