We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ea8702 commit c2b0c86Copy full SHA for c2b0c86
1 file changed
package.json
@@ -9,6 +9,10 @@
9
"dist",
10
"cli.js"
11
],
12
+ "engineStrict": true,
13
+ "engines": {
14
+ "node" : ">=6.0.0"
15
+ },
16
"scripts": {
17
"start": "micro dist/index.js",
18
"build": "./node_modules/.bin/async-to-gen src --out-dir dist",
0 commit comments