Skip to content

Commit e894eff

Browse files
committed
Fix repository info
1 parent 52a9096 commit e894eff

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

package.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,23 @@
33
"version": "1.1.0",
44
"description": "chDB bindings for nodejs",
55
"main": "index.js",
6+
"repository": {
7+
"type": "git",
8+
"url": "https://github.com/chdb-io/chdb-node.git"
9+
},
610
"scripts": {
711
"install": "npm run libchdb && npm run build",
812
"test": "node example.js",
913
"libchdb": "cd lib && ./update_libchdb.sh",
10-
"build": "node-gyp configure build",
11-
"postinstall": "npm run libchdb && npm run build"
14+
"build": "node-gyp configure build"
1215
},
1316
"author": {
1417
"name": "chdb",
1518
"email": "me@chdb.io"
1619
},
1720
"license": "Apache-2.0",
1821
"devDependencies": {
19-
"node-gyp": "^9.3.1",
20-
"prebuild-install": "^6.0.0"
22+
"node-gyp": "^9.3.1"
2123
},
2224
"dependencies": {
2325
"node-addon-api": "^6.1.0",

0 commit comments

Comments
 (0)