Skip to content

Commit 3391ef1

Browse files
committed
feature: fileop: drop support of node < 16
1 parent f514b49 commit 3391ef1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "5.0.4",
44
"description": "file operations emitter middleware",
55
"main": "server/index.js",
6+
"commitType": "colon",
67
"scripts": {
78
"test": "madrun test",
89
"lint": "madrun lint",
@@ -90,7 +91,7 @@
9091
"webpack-cli": "^4.0.0"
9192
},
9293
"engines": {
93-
"node": ">=14"
94+
"node": ">=16"
9495
},
9596
"publishConfig": {
9697
"access": "public"

0 commit comments

Comments
 (0)