Skip to content

Commit

Permalink
Merge pull request #103 from funktechno/f/lastlink2
Browse files Browse the repository at this point in the history
remove node 16 lock
  • Loading branch information
lastlink authored Jun 22, 2024
2 parents 09a2d3e + 1104068 commit f8ec412
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@funktechno/sqlsimpleparser",
"version": "0.0.9",
"version": "0.1.0",
"description": "",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"engines": {
"node": "16.x"
"node": ">=16.x"
},
"scripts": {
"test:sqlite": "npx tsx ./examples/example.sqlite.ts",
Expand Down

0 comments on commit f8ec412

Please sign in to comment.