Change from pnpm to npm, add ./link.sh shortcut for npm style package linking
[node_zettair.git] / package.json
index e2687bf..b217fff 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@ndcode/zettair",
-  "version": "0.1.3",
+  "version": "0.1.4",
   "description": "Bindings to zettair search engine.",
   "keywords": [
     "Zettair",
@@ -25,5 +25,8 @@
     "bindings": "^1.5.0",
     "node-addon-api": "^4.2.0"
   },
+  "scripts": {
+    "install": "node-gyp rebuild"
+  },
   "gypfile": true
 }