From 59dd17a1560f6356208ff0de70595967d7fccab1 Mon Sep 17 00:00:00 2001 From: DecDuck Date: Sun, 30 Mar 2025 12:56:15 +1100 Subject: [PATCH] fix: add repo urls --- npm/android-arm-eabi/README.md | 3 --- npm/android-arm-eabi/package.json | 18 ------------------ npm/android-arm64/README.md | 3 --- npm/android-arm64/package.json | 18 ------------------ npm/darwin-arm64/package.json | 5 ++++- npm/darwin-universal/package.json | 5 ++++- npm/darwin-x64/package.json | 5 ++++- npm/freebsd-x64/package.json | 5 ++++- npm/linux-arm-gnueabihf/package.json | 5 ++++- npm/linux-arm-musleabihf/package.json | 5 ++++- npm/linux-arm64-gnu/package.json | 7 +++++-- npm/linux-arm64-musl/package.json | 7 +++++-- npm/linux-riscv64-gnu/package.json | 7 +++++-- npm/linux-x64-gnu/package.json | 7 +++++-- npm/linux-x64-musl/package.json | 7 +++++-- npm/win32-arm64-msvc/package.json | 5 ++++- npm/win32-ia32-msvc/package.json | 5 ++++- npm/win32-x64-msvc/package.json | 5 ++++- 18 files changed, 61 insertions(+), 61 deletions(-) delete mode 100644 npm/android-arm-eabi/README.md delete mode 100644 npm/android-arm-eabi/package.json delete mode 100644 npm/android-arm64/README.md delete mode 100644 npm/android-arm64/package.json diff --git a/npm/android-arm-eabi/README.md b/npm/android-arm-eabi/README.md deleted file mode 100644 index fc50e1f..0000000 --- a/npm/android-arm-eabi/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# `@drop-oss/droplet-android-arm-eabi` - -This is the **armv7-linux-androideabi** binary for `@drop-oss/droplet` diff --git a/npm/android-arm-eabi/package.json b/npm/android-arm-eabi/package.json deleted file mode 100644 index 9c5570d..0000000 --- a/npm/android-arm-eabi/package.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "name": "@drop-oss/droplet-android-arm-eabi", - "version": "0.0.0", - "os": [ - "android" - ], - "cpu": [ - "arm" - ], - "main": "droplet.android-arm-eabi.node", - "files": [ - "droplet.android-arm-eabi.node" - ], - "license": "MIT", - "engines": { - "node": ">= 10" - } -} \ No newline at end of file diff --git a/npm/android-arm64/README.md b/npm/android-arm64/README.md deleted file mode 100644 index eb50683..0000000 --- a/npm/android-arm64/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# `@drop-oss/droplet-android-arm64` - -This is the **aarch64-linux-android** binary for `@drop-oss/droplet` diff --git a/npm/android-arm64/package.json b/npm/android-arm64/package.json deleted file mode 100644 index fcb3afb..0000000 --- a/npm/android-arm64/package.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "name": "@drop-oss/droplet-android-arm64", - "version": "0.0.0", - "os": [ - "android" - ], - "cpu": [ - "arm64" - ], - "main": "droplet.android-arm64.node", - "files": [ - "droplet.android-arm64.node" - ], - "license": "MIT", - "engines": { - "node": ">= 10" - } -} \ No newline at end of file diff --git a/npm/darwin-arm64/package.json b/npm/darwin-arm64/package.json index 5d6eae2..ce5b675 100644 --- a/npm/darwin-arm64/package.json +++ b/npm/darwin-arm64/package.json @@ -14,5 +14,8 @@ "license": "MIT", "engines": { "node": ">= 10" + }, + "repository": { + "url": "https://github.com/Drop-OSS/droplet" } -} \ No newline at end of file +} diff --git a/npm/darwin-universal/package.json b/npm/darwin-universal/package.json index b662049..3bf7f76 100644 --- a/npm/darwin-universal/package.json +++ b/npm/darwin-universal/package.json @@ -11,5 +11,8 @@ "license": "MIT", "engines": { "node": ">= 10" + }, + "repository": { + "url": "https://github.com/Drop-OSS/droplet" } -} \ No newline at end of file +} diff --git a/npm/darwin-x64/package.json b/npm/darwin-x64/package.json index 1241b5a..0bb4c22 100644 --- a/npm/darwin-x64/package.json +++ b/npm/darwin-x64/package.json @@ -14,5 +14,8 @@ "license": "MIT", "engines": { "node": ">= 10" + }, + "repository": { + "url": "https://github.com/Drop-OSS/droplet" } -} \ No newline at end of file +} diff --git a/npm/freebsd-x64/package.json b/npm/freebsd-x64/package.json index 6c32e97..cf5870c 100644 --- a/npm/freebsd-x64/package.json +++ b/npm/freebsd-x64/package.json @@ -14,5 +14,8 @@ "license": "MIT", "engines": { "node": ">= 10" + }, + "repository": { + "url": "https://github.com/Drop-OSS/droplet" } -} \ No newline at end of file +} diff --git a/npm/linux-arm-gnueabihf/package.json b/npm/linux-arm-gnueabihf/package.json index 6647ad4..4bb0ddd 100644 --- a/npm/linux-arm-gnueabihf/package.json +++ b/npm/linux-arm-gnueabihf/package.json @@ -14,5 +14,8 @@ "license": "MIT", "engines": { "node": ">= 10" + }, + "repository": { + "url": "https://github.com/Drop-OSS/droplet" } -} \ No newline at end of file +} diff --git a/npm/linux-arm-musleabihf/package.json b/npm/linux-arm-musleabihf/package.json index 95b9515..e785ccc 100644 --- a/npm/linux-arm-musleabihf/package.json +++ b/npm/linux-arm-musleabihf/package.json @@ -14,5 +14,8 @@ "license": "MIT", "engines": { "node": ">= 10" + }, + "repository": { + "url": "https://github.com/Drop-OSS/droplet" } -} \ No newline at end of file +} diff --git a/npm/linux-arm64-gnu/package.json b/npm/linux-arm64-gnu/package.json index 667835e..447e3ab 100644 --- a/npm/linux-arm64-gnu/package.json +++ b/npm/linux-arm64-gnu/package.json @@ -17,5 +17,8 @@ }, "libc": [ "glibc" - ] -} \ No newline at end of file + ], + "repository": { + "url": "https://github.com/Drop-OSS/droplet" + } +} diff --git a/npm/linux-arm64-musl/package.json b/npm/linux-arm64-musl/package.json index a34dfdd..1c4cc34 100644 --- a/npm/linux-arm64-musl/package.json +++ b/npm/linux-arm64-musl/package.json @@ -17,5 +17,8 @@ }, "libc": [ "musl" - ] -} \ No newline at end of file + ], + "repository": { + "url": "https://github.com/Drop-OSS/droplet" + } +} diff --git a/npm/linux-riscv64-gnu/package.json b/npm/linux-riscv64-gnu/package.json index 7968bda..859e97b 100644 --- a/npm/linux-riscv64-gnu/package.json +++ b/npm/linux-riscv64-gnu/package.json @@ -17,5 +17,8 @@ }, "libc": [ "glibc" - ] -} \ No newline at end of file + ], + "repository": { + "url": "https://github.com/Drop-OSS/droplet" + } +} diff --git a/npm/linux-x64-gnu/package.json b/npm/linux-x64-gnu/package.json index 3d1a60d..82fd0b1 100644 --- a/npm/linux-x64-gnu/package.json +++ b/npm/linux-x64-gnu/package.json @@ -17,5 +17,8 @@ }, "libc": [ "glibc" - ] -} \ No newline at end of file + ], + "repository": { + "url": "https://github.com/Drop-OSS/droplet" + } +} diff --git a/npm/linux-x64-musl/package.json b/npm/linux-x64-musl/package.json index 96a3213..0ba810c 100644 --- a/npm/linux-x64-musl/package.json +++ b/npm/linux-x64-musl/package.json @@ -17,5 +17,8 @@ }, "libc": [ "musl" - ] -} \ No newline at end of file + ], + "repository": { + "url": "https://github.com/Drop-OSS/droplet" + } +} diff --git a/npm/win32-arm64-msvc/package.json b/npm/win32-arm64-msvc/package.json index 3862060..7a19484 100644 --- a/npm/win32-arm64-msvc/package.json +++ b/npm/win32-arm64-msvc/package.json @@ -14,5 +14,8 @@ "license": "MIT", "engines": { "node": ">= 10" + }, + "repository": { + "url": "https://github.com/Drop-OSS/droplet" } -} \ No newline at end of file +} diff --git a/npm/win32-ia32-msvc/package.json b/npm/win32-ia32-msvc/package.json index 7fdcfcc..1d62ace 100644 --- a/npm/win32-ia32-msvc/package.json +++ b/npm/win32-ia32-msvc/package.json @@ -14,5 +14,8 @@ "license": "MIT", "engines": { "node": ">= 10" + }, + "repository": { + "url": "https://github.com/Drop-OSS/droplet" } -} \ No newline at end of file +} diff --git a/npm/win32-x64-msvc/package.json b/npm/win32-x64-msvc/package.json index 8a9f5c0..7782dde 100644 --- a/npm/win32-x64-msvc/package.json +++ b/npm/win32-x64-msvc/package.json @@ -14,5 +14,8 @@ "license": "MIT", "engines": { "node": ">= 10" + }, + "repository": { + "url": "https://github.com/Drop-OSS/droplet" } -} \ No newline at end of file +}