Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
oops, need to specify plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
jtremback committed Apr 28, 2016
1 parent 8c533ee commit e8d3364
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cli.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/usr/bin/env node
require("babel-register")
require("babel-register")({
"presets": ["es2015", "stage-2"]
})
require("babel-polyfill")

var web3 = require("web3");
Expand Down

0 comments on commit e8d3364

Please sign in to comment.