mirror of
https://github.com/alibaba/GCanvas.git
synced 2025-12-08 17:36:42 +00:00
feat: update version
This commit is contained in:
parent
5c2e1b7293
commit
dfdc0253db
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gcanvas/node",
|
||||
"version": "1.3.0",
|
||||
"version": "1.3.1",
|
||||
"description": "gcanvas for node developer",
|
||||
"dependencies": {
|
||||
"bindings": "~1.2.1",
|
||||
@ -8,7 +8,8 @@
|
||||
"node-addon-api": "^1.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
"install": "./node/script/install.sh",
|
||||
"preinstall": "./node/script/install.sh",
|
||||
"install": "npm run dev",
|
||||
"dev": "cmake-js -d ./node build",
|
||||
"clean": "cmake-js -d ./node clean",
|
||||
"debug": "cmake-js -d ./node -D build",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user