diff --git a/package.json b/package.json index 7792aa1d..eab0366a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rocicorp/zero-sqlite3", - "version": "1.0.1", + "version": "1.0.2", "description": "better-sqlite3 on bedrock", "homepage": "https://github.com/rocicorp/zero-sqlite3", "author": "Rocicorp", @@ -10,13 +10,14 @@ }, "main": "lib/index.js", "bin": { - "zero-sqlite3": "./build/Release/zero_sqlite3" + "zero-sqlite3": "./shell.sh" }, "files": [ "binding.gyp", "src/*.[ch]pp", "lib/**", - "deps/**" + "deps/**", + "shell.sh" ], "types": "lib/index.d.ts", "dependencies": { diff --git a/shell.sh b/shell.sh new file mode 100755 index 00000000..85071fa5 --- /dev/null +++ b/shell.sh @@ -0,0 +1 @@ +./build/Release/zero_sqlite3 \ No newline at end of file