[chore] change package info
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
{
|
||||
"name": "@napi-rs/package-template-linux",
|
||||
"version": "0.0.6",
|
||||
"name": "rs-diff",
|
||||
"version": "0.0.1",
|
||||
"description": "Template project for writing node package with napi-rs",
|
||||
"repository": "git@github.com:napi-rs/package-template.git",
|
||||
"repository": "https://git.trj.tw/nodejs/rs-diff.git",
|
||||
"license": "MIT",
|
||||
"keywords": ["napi-rs", "NAPI", "N-API", "Rust", "node-addon", "node-addon-api"],
|
||||
"main": "index.linux.node",
|
||||
"files": ["index.linux.node"],
|
||||
"publishConfig": {
|
||||
"registry": "https://registry.npmjs.org/",
|
||||
"registry": "https://npm.trj.tw",
|
||||
"access": "public"
|
||||
},
|
||||
"os": ["linux"],
|
||||
|
||||
Reference in New Issue
Block a user