We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d93156f commit 22f4a58Copy full SHA for 22f4a58
bili.config.ts
@@ -10,10 +10,7 @@ const config: Config = {
10
externals: [
11
...Object.keys(require('./package').dependencies),
12
'spawn-sync' // from cross-spawn which is from execa which is from term-size which is from boxen
13
- ],
14
- babel: {
15
- asyncToPromises: false
16
- }
+ ]
17
}
18
19
export default config
package.json
@@ -28,7 +28,7 @@
28
"author": "egoist<0x142857@gmail.com>",
29
"license": "MIT",
30
"browserslist": [
31
- "node 8"
+ "node 6"
32
],
33
"dependencies": {
34
"@babel/core": "^7.2.2",
@@ -118,7 +118,7 @@
118
]
119
},
120
"engines": {
121
- "node": ">=8"
+ "node": ">=6"
122
123
"watch": {
124
"./src/**/*.ts": [
0 commit comments