Skip to content
This repository was archived by the owner on Feb 13, 2021. It is now read-only.

Commit 06ac4b6

Browse files
committed
drop async compile
1 parent 520faa6 commit 06ac4b6

File tree

3 files changed

+1
-41
lines changed

3 files changed

+1
-41
lines changed

index.js

-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
11
#!/usr/bin/env node
22

3-
if (!require('is-async-supported')()) {
4-
require('async-to-gen/register')
5-
}
6-
73
require('./src/cli')

package-lock.json

-34
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@
66
"repository": "extplug/replug",
77
"bin": "./index.js",
88
"engines": {
9-
"node": ">= 7.7"
9+
"node": ">= 8.9"
1010
},
1111
"dependencies": {
12-
"async-to-gen": "^1.3.2",
1312
"babel-plugin-transform-beautifier": "^0.1.0",
1413
"babel-traverse": "^7.0.0-alpha.12",
1514
"babel-types": "^7.0.0-alpha.12",
@@ -19,7 +18,6 @@
1918
"chalk": "^2.0.1",
2019
"commander": "^2.11.0",
2120
"got": "^8.0.0",
22-
"is-async-supported": "^1.2.0",
2321
"jsdom": "^11.1.0",
2422
"listr": "^0.13.0",
2523
"listr-update-renderer": "^0.4.0",

0 commit comments

Comments
 (0)