Skip to content

Commit 7ef797c

Browse files
committed
remove node 16 lock
1 parent 3984eeb commit 7ef797c

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,11 +1,11 @@
11
{
22
"name": "@funktechno/sqlsimpleparser",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"description": "",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
77
"engines": {
8-
"node": "16.x"
8+
"node": ">=16.x"
99
},
1010
"scripts": {
1111
"test:sqlite": "npx tsx ./examples/example.sqlite.ts",

0 commit comments

Comments
 (0)