Skip to content

Commit

Permalink
fix: add package.json engines
Browse files Browse the repository at this point in the history
  • Loading branch information
privatenumber committed Nov 19, 2022
1 parent d761d2d commit 972eab4
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,15 @@
}
},
"scripts": {
"build": "pkgroll --target=node12.20 --minify",
"build": "pkgroll --target=node16.7.0 --minify",
"lint": "eslint --cache .",
"test": "pnpm build && tsx tests",
"test": "tsx tests",
"dev": "tsx watch --conditions=development tests",
"prepack": "clean-pkg-json"
},
"engines": {
"node": ">=16.7.0"
},
"devDependencies": {
"@pvtnbr/eslint-config": "^0.26.2",
"@types/node": "^18.0.6",
Expand Down

0 comments on commit 972eab4

Please sign in to comment.