Skip to content

Commit 96bd00b

Browse files
author
Matthew Wonlaw
committed
add bin entry to package.json to point to cli
1 parent 01f5ddf commit 96bd00b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "better-sqlite3-bedrock",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "The fastest and simplest library for SQLite3 in Node.js.",
55
"homepage": "https://github.com/tantaman/better-sqlite3-bedrock",
66
"author": "Matt Wonlaw",
@@ -9,6 +9,9 @@
99
"url": "git://github.com/tantaman/better-sqlite3-bedrock.git"
1010
},
1111
"main": "lib/index.js",
12+
"bin": {
13+
"zero-sqlite3": "./build/Release/shell"
14+
},
1215
"files": [
1316
"binding.gyp",
1417
"src/*.[ch]pp",

0 commit comments

Comments
 (0)