We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
bin
package.json
cli
1 parent 01f5ddf commit 96bd00bCopy full SHA for 96bd00b
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "better-sqlite3-bedrock",
3
- "version": "1.0.3",
+ "version": "1.0.4",
4
"description": "The fastest and simplest library for SQLite3 in Node.js.",
5
"homepage": "https://github.com/tantaman/better-sqlite3-bedrock",
6
"author": "Matt Wonlaw",
@@ -9,6 +9,9 @@
9
"url": "git://github.com/tantaman/better-sqlite3-bedrock.git"
10
},
11
"main": "lib/index.js",
12
+ "bin": {
13
+ "zero-sqlite3": "./build/Release/shell"
14
+ },
15
"files": [
16
"binding.gyp",
17
"src/*.[ch]pp",
0 commit comments