Skip to content

Commit

Permalink
add bin entry to package.json to point to cli
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Wonlaw committed Oct 28, 2024
1 parent 01f5ddf commit 96bd00b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "better-sqlite3-bedrock",
"version": "1.0.3",
"version": "1.0.4",
"description": "The fastest and simplest library for SQLite3 in Node.js.",
"homepage": "https://github.com/tantaman/better-sqlite3-bedrock",
"author": "Matt Wonlaw",
Expand All @@ -9,6 +9,9 @@
"url": "git://github.com/tantaman/better-sqlite3-bedrock.git"
},
"main": "lib/index.js",
"bin": {
"zero-sqlite3": "./build/Release/shell"
},
"files": [
"binding.gyp",
"src/*.[ch]pp",
Expand Down

0 comments on commit 96bd00b

Please sign in to comment.