update
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "rs-diff-darwin",
|
||||
"version": "0.0.2",
|
||||
"name": "@mtfos/rs-diff-darwin",
|
||||
"version": "0.0.3",
|
||||
"description": "Template project for writing node package with napi-rs",
|
||||
"repository": "https://git.trj.tw/nodejs/rs-diff.git",
|
||||
"license": "MIT",
|
||||
@@ -9,8 +9,7 @@
|
||||
"main": "index.darwin.node",
|
||||
"files": ["index.darwin.node"],
|
||||
"publishConfig": {
|
||||
"registry": "https://npm.trj.tw",
|
||||
"access": "public"
|
||||
"@mtfos:registry": "https://gitlab.trj.tw/api/v4/projects/4/packages/npm/"
|
||||
},
|
||||
"os": ["darwin"],
|
||||
"cpu": ["x64"]
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "rs-diff-linux",
|
||||
"version": "0.0.2",
|
||||
"name": "@mtfos/rs-diff-linux",
|
||||
"version": "0.0.3",
|
||||
"description": "Template project for writing node package with napi-rs",
|
||||
"repository": "https://git.trj.tw/nodejs/rs-diff.git",
|
||||
"license": "MIT",
|
||||
@@ -9,8 +9,7 @@
|
||||
"main": "index.linux.node",
|
||||
"files": ["index.linux.node"],
|
||||
"publishConfig": {
|
||||
"registry": "https://npm.trj.tw",
|
||||
"access": "public"
|
||||
"@mtfos:registry": "https://gitlab.trj.tw/api/v4/projects/4/packages/npm/"
|
||||
},
|
||||
"os": ["linux"],
|
||||
"cpu": ["x64"]
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "rs-diff-win32",
|
||||
"name": "@mtfos/rs-diff-win32",
|
||||
"version": "0.0.1",
|
||||
"description": "Template project for writing node package with napi-rs",
|
||||
"repository": "https://git.trj.tw/nodejs/rs-diff.git",
|
||||
@@ -9,8 +9,7 @@
|
||||
"main": "index.win32.node",
|
||||
"files": ["index.win32.node"],
|
||||
"publishConfig": {
|
||||
"registry": "https://npm.trj.tw",
|
||||
"access": "public"
|
||||
"@mtfos:registry": "https://gitlab.trj.tw/api/v4/projects/4/packages/npm/"
|
||||
},
|
||||
"os": ["win32"],
|
||||
"cpu": ["x64"]
|
||||
|
||||
Reference in New Issue
Block a user