Skip to content

Commit

Permalink
Remove babel plugins related to async await
Browse files Browse the repository at this point in the history
  • Loading branch information
nil1511 committed Jun 22, 2017
1 parent 3b19fb6 commit c7f181c
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 12 deletions.
4 changes: 0 additions & 4 deletions .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,5 @@
"presets": [
"es2015",
"es2017"
],
"plugins": [
"transform-async-to-generator",
"transform-regenerator"
]
}
2 changes: 0 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
require("babel-polyfill");

const api = require("./lib/api");
const auth = require("./lib/auth");
const broadcast = require("./lib/broadcast");
Expand Down
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
},
"homepage": "https://github.com/steemit/steem-js#readme",
"dependencies": {
"babel-polyfill": "^6.23.0",
"bigi": "^1.4.2",
"bluebird": "^3.4.6",
"browserify-aes": "^1.0.6",
Expand All @@ -54,8 +53,7 @@
"babel-cli": "^6.16.0",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.5",
"babel-plugin-transform-async-to-generator": "^6.24.1",
"babel-plugin-transform-regenerator": "^6.24.1",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.16.0",
"babel-preset-es2017": "^6.16.0",
"babel-register": "^6.14.0",
Expand All @@ -77,4 +75,4 @@
"Nilesh Suthar (https://github.com/nil1511)",
"Pedro Tacla Yamada (https://github.com/yamadapc)"
]
}
}
2 changes: 0 additions & 2 deletions src/browser.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
require("babel-polyfill");

const api = require("./api");
const auth = require("./auth");
const broadcast = require("./broadcast");
Expand Down

0 comments on commit c7f181c

Please sign in to comment.