Skip to content

Commit

Permalink
更新版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
ybubuzi committed Dec 11, 2024
1 parent a20bc3e commit 4c50fd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@serialport/bindings-cpp",
"name": "@bubuzi/bindings-cpp",
"description": "SerialPort Hardware bindings for node serialport written in c++",
"version": "0.0.0-development",
"main": "./dist/index.js",
Expand Down Expand Up @@ -56,7 +56,7 @@
},
"scripts": {
"build": "rm -rf dist && tsc -p tsconfig-build.json",
"install": "node-gyp-build",
"install": "node-gyp rebuild && tsc -p tsconfig-build.json",
"prebuildify": "prebuildify --napi --target 14.0.0 --force --strip --verbose",
"prebuildify-cross": "prebuildify-cross --napi --target 14.0.0 --force --strip --verbose",
"rebuild": "node-gyp rebuild",
Expand Down

0 comments on commit 4c50fd0

Please sign in to comment.