mirror of
https://github.com/Drop-OSS/droplet.git
synced 2026-06-22 04:11:40 +10:00
fix: finish removing 32-bit windows
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
# `@drop-oss/droplet-win32-ia32-msvc`
|
|
||||||
|
|
||||||
This is the **i686-pc-windows-msvc** binary for `@drop-oss/droplet`
|
|
||||||
@@ -1,21 +0,0 @@
|
|||||||
{
|
|
||||||
"name": "@drop-oss/droplet-win32-ia32-msvc",
|
|
||||||
"version": "0.0.0",
|
|
||||||
"os": [
|
|
||||||
"win32"
|
|
||||||
],
|
|
||||||
"cpu": [
|
|
||||||
"ia32"
|
|
||||||
],
|
|
||||||
"main": "droplet.win32-ia32-msvc.node",
|
|
||||||
"files": [
|
|
||||||
"droplet.win32-ia32-msvc.node"
|
|
||||||
],
|
|
||||||
"license": "MIT",
|
|
||||||
"engines": {
|
|
||||||
"node": ">= 10"
|
|
||||||
},
|
|
||||||
"repository": {
|
|
||||||
"url": "https://github.com/Drop-OSS/droplet"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
+1
-2
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@drop-oss/droplet",
|
"name": "@drop-oss/droplet",
|
||||||
"version": "0.7.1",
|
"version": "0.7.2",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"types": "index.d.ts",
|
"types": "index.d.ts",
|
||||||
"napi": {
|
"napi": {
|
||||||
@@ -14,7 +14,6 @@
|
|||||||
"armv7-unknown-linux-gnueabihf",
|
"armv7-unknown-linux-gnueabihf",
|
||||||
"armv7-unknown-linux-musleabihf",
|
"armv7-unknown-linux-musleabihf",
|
||||||
"x86_64-unknown-linux-musl",
|
"x86_64-unknown-linux-musl",
|
||||||
"i686-pc-windows-msvc",
|
|
||||||
"universal-apple-darwin",
|
"universal-apple-darwin",
|
||||||
"riscv64gc-unknown-linux-gnu"
|
"riscv64gc-unknown-linux-gnu"
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user