Skip to content

Commit d11e8f6

Browse files
committed
chore: specify node engines
1 parent 754f694 commit d11e8f6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@
1818
"url": "https://github.com/coston/json-to-csv-export/issues"
1919
},
2020
"license": "MIT",
21-
21+
"engines" : {
22+
"node" : ">=16.0.0"
23+
},
2224
"scripts": {
2325
"build": "npm run build:esm && npm run build:cjs",
2426
"build:cjs": "tsc --module commonjs --outDir lib/cjs",

0 commit comments

Comments
 (0)