[feat] update package and loadbinding
This commit is contained in:
+19
-6
@@ -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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user