From 1594118f58257fed6f48bcd8ea4312d5d264b983 Mon Sep 17 00:00:00 2001 From: Rigidity Date: Mon, 26 Feb 2024 19:02:48 -0500 Subject: [PATCH] Add repository urls and versions --- npm/darwin-arm64/package.json | 8 ++++++-- npm/darwin-universal/package.json | 8 ++++++-- npm/darwin-x64/package.json | 8 ++++++-- npm/linux-arm64-gnu/package.json | 8 ++++++-- npm/linux-arm64-musl/package.json | 8 ++++++-- npm/linux-x64-gnu/package.json | 8 ++++++-- npm/linux-x64-musl/package.json | 8 ++++++-- npm/win32-x64-msvc/package.json | 8 ++++++-- 8 files changed, 48 insertions(+), 16 deletions(-) diff --git a/npm/darwin-arm64/package.json b/npm/darwin-arm64/package.json index baf4c65..fd2266b 100644 --- a/npm/darwin-arm64/package.json +++ b/npm/darwin-arm64/package.json @@ -1,6 +1,10 @@ { "name": "server-coin-darwin-arm64", - "version": "0.0.0", + "version": "0.0.1", + "repository": { + "type": "git", + "url": "https://github.com/Datalayer-Storage/server-coin" + }, "os": [ "darwin" ], @@ -15,4 +19,4 @@ "engines": { "node": ">= 10" } -} \ No newline at end of file +} diff --git a/npm/darwin-universal/package.json b/npm/darwin-universal/package.json index f59e02d..4000055 100644 --- a/npm/darwin-universal/package.json +++ b/npm/darwin-universal/package.json @@ -1,6 +1,10 @@ { "name": "server-coin-darwin-universal", - "version": "0.0.0", + "version": "0.0.1", + "repository": { + "type": "git", + "url": "https://github.com/Datalayer-Storage/server-coin" + }, "os": [ "darwin" ], @@ -12,4 +16,4 @@ "engines": { "node": ">= 10" } -} \ No newline at end of file +} diff --git a/npm/darwin-x64/package.json b/npm/darwin-x64/package.json index d38e299..9845139 100644 --- a/npm/darwin-x64/package.json +++ b/npm/darwin-x64/package.json @@ -1,6 +1,10 @@ { "name": "server-coin-darwin-x64", - "version": "0.0.0", + "version": "0.0.1", + "repository": { + "type": "git", + "url": "https://github.com/Datalayer-Storage/server-coin" + }, "os": [ "darwin" ], @@ -15,4 +19,4 @@ "engines": { "node": ">= 10" } -} \ No newline at end of file +} diff --git a/npm/linux-arm64-gnu/package.json b/npm/linux-arm64-gnu/package.json index d36a615..0d19bd8 100644 --- a/npm/linux-arm64-gnu/package.json +++ b/npm/linux-arm64-gnu/package.json @@ -1,6 +1,10 @@ { "name": "server-coin-linux-arm64-gnu", - "version": "0.0.0", + "version": "0.0.1", + "repository": { + "type": "git", + "url": "https://github.com/Datalayer-Storage/server-coin" + }, "os": [ "linux" ], @@ -18,4 +22,4 @@ "libc": [ "glibc" ] -} \ No newline at end of file +} diff --git a/npm/linux-arm64-musl/package.json b/npm/linux-arm64-musl/package.json index 76e28c0..048feb6 100644 --- a/npm/linux-arm64-musl/package.json +++ b/npm/linux-arm64-musl/package.json @@ -1,6 +1,10 @@ { "name": "server-coin-linux-arm64-musl", - "version": "0.0.0", + "version": "0.0.1", + "repository": { + "type": "git", + "url": "https://github.com/Datalayer-Storage/server-coin" + }, "os": [ "linux" ], @@ -18,4 +22,4 @@ "libc": [ "musl" ] -} \ No newline at end of file +} diff --git a/npm/linux-x64-gnu/package.json b/npm/linux-x64-gnu/package.json index 74946a8..a81910d 100644 --- a/npm/linux-x64-gnu/package.json +++ b/npm/linux-x64-gnu/package.json @@ -1,6 +1,10 @@ { "name": "server-coin-linux-x64-gnu", - "version": "0.0.0", + "version": "0.0.1", + "repository": { + "type": "git", + "url": "https://github.com/Datalayer-Storage/server-coin" + }, "os": [ "linux" ], @@ -18,4 +22,4 @@ "libc": [ "glibc" ] -} \ No newline at end of file +} diff --git a/npm/linux-x64-musl/package.json b/npm/linux-x64-musl/package.json index f694cc8..06d3ca4 100644 --- a/npm/linux-x64-musl/package.json +++ b/npm/linux-x64-musl/package.json @@ -1,6 +1,10 @@ { "name": "server-coin-linux-x64-musl", - "version": "0.0.0", + "version": "0.0.1", + "repository": { + "type": "git", + "url": "https://github.com/Datalayer-Storage/server-coin" + }, "os": [ "linux" ], @@ -18,4 +22,4 @@ "libc": [ "musl" ] -} \ No newline at end of file +} diff --git a/npm/win32-x64-msvc/package.json b/npm/win32-x64-msvc/package.json index 7489167..1b3fc7f 100644 --- a/npm/win32-x64-msvc/package.json +++ b/npm/win32-x64-msvc/package.json @@ -1,6 +1,10 @@ { "name": "server-coin-win32-x64-msvc", - "version": "0.0.0", + "version": "0.0.1", + "repository": { + "type": "git", + "url": "https://github.com/Datalayer-Storage/server-coin" + }, "os": [ "win32" ], @@ -15,4 +19,4 @@ "engines": { "node": ">= 10" } -} \ No newline at end of file +}