Skip to content

Commit 034947b

Browse files
committed
fix engine version
1 parent 5d4d792 commit 034947b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "find-remove",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "recursively finds files and/or directories by filter options from a start directory onwards and deletes these according to plenty of options you can configure. useful if you want to clean up stuff within a directory in your node.js app.",
55
"main": "dist/find-remove.js",
66
"author": "Michael Heuberger <[email protected]>",
@@ -18,7 +18,7 @@
1818
"file stats"
1919
],
2020
"engines": {
21-
"node": "^16.10.0",
21+
"node": "^16.1.0",
2222
"npm": "^7.20.0"
2323
},
2424
"dependencies": {

0 commit comments

Comments
 (0)