Skip to content

Commit

Permalink
ensure engine is specified in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
bhouston committed Jan 23, 2024
1 parent 1ad3185 commit 448e724
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,8 @@
"scripts": {
"build": "rimraf dist && vite build && tsc --emitDeclarationOnly && copyfiles -u 1 \"src/**/*.d.ts\" dist && copyfiles package.json README.md LICENSE dist && json -I -f dist/package.json -e \"this.private=undefined;this.type=\\\"module\\\";\"",
"lint": "tsc --noEmit"
},
"engines": {
"node": ">=18"
}
}

0 comments on commit 448e724

Please sign in to comment.