Skip to content

Commit 894fb65

Browse files
committed
include binding.gyp for fallback
1 parent b485abe commit 894fb65

3 files changed

Lines changed: 7 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,4 +104,4 @@ jobs:
104104
if: startsWith(github.ref, 'refs/tags/v')
105105
env:
106106
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
107-
run: npm publish --access public
107+
run: npm publish

package-lock.json

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

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
{
22
"name": "replic-sqlite",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"description": "Simple, Fast, Multi-writer, Convergent, Replicated SQLite with 800 LOC only",
55
"main": "lib/index.js",
66
"directories": {
77
"lib": "lib",
88
"test": "test"
99
},
1010
"files": [
11-
"build/keep_last-*"
11+
"build/keep_last-*",
12+
"binding.gyp",
13+
"src/*"
1214
],
1315
"scripts": {
1416
"test": "./node_modules/.bin/mocha test --timeout 10000 --exit",

0 commit comments

Comments
 (0)