This commit is contained in:
Jay
2020-08-27 11:56:54 +08:00
parent f090f0acc0
commit 43b005d487
6 changed files with 20 additions and 24 deletions
+3 -4
View File
@@ -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"]
+3 -4
View File
@@ -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"]
+2 -3
View File
@@ -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"]