Skip to content

Commit c191ecd

Browse files
committed
build: require node.js 8.6.0
The `micromatch` package works only with Node.js 8.6+.
1 parent eda8195 commit c191ecd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"url": "https://mrmlnc.com"
1010
},
1111
"engines": {
12-
"node": ">=8"
12+
"node": ">=8.6.0"
1313
},
1414
"main": "out/index.js",
1515
"typings": "out/index.d.ts",

0 commit comments

Comments
 (0)