[feat] update package and loadbinding

This commit is contained in:
Jay
2020-09-11 12:24:57 +08:00
parent 0b00b55244
commit a8d1a0b4c1
5 changed files with 61 additions and 22 deletions
+19 -6
View File
@@ -1,13 +1,26 @@
{
"name": "@mtfos/rs-diff-darwin",
"version": "0.0.3",
"version": "0.0.5",
"description": "Template project for writing node package with napi-rs",
"repository": "https://git.trj.tw/nodejs/rs-diff.git",
"license": "MIT",
"author": "Jay <jay@trj.tw>",
"keywords": ["napi-rs", "NAPI", "N-API", "Rust", "node-addon", "node-addon-api"],
"keywords": [
"napi-rs",
"NAPI",
"N-API",
"Rust",
"node-addon",
"node-addon-api"
],
"main": "index.darwin.node",
"files": ["index.darwin.node"],
"os": ["darwin"],
"cpu": ["x64"]
}
"files": [
"index.darwin.node"
],
"os": [
"darwin"
],
"cpu": [
"x64"
]
}