Skip to content

Commit 5f74e84

Browse files
committed
chore(package.json): update bin entry and add engine constraints
- Rename CLI bin entry from sqlitebruv to bruv-cli - Add engine constraints for bun (>=0.1.0) and node (>=14.0.0) - Update package-lock.json to reflect bin entry change
1 parent affb6d9 commit 5f74e84

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

package-lock.json

Lines changed: 5 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
"scripts": {
1616
"compile": " rm -rf dist && tsc"
1717
},
18+
"bin": {
19+
"bruv-cli": "dist/cli.js"
20+
},
1821
"keywords": [
1922
"SQL",
2023
"SQLite",

0 commit comments

Comments
 (0)