fix: finish removing 32-bit windows

This commit is contained in:
DecDuck
2025-03-31 09:25:30 +11:00
parent a95d0cea26
commit 921eb02132
3 changed files with 1 additions and 26 deletions

View File

@ -1,3 +0,0 @@
# `@drop-oss/droplet-win32-ia32-msvc`
This is the **i686-pc-windows-msvc** binary for `@drop-oss/droplet`

View File

@ -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"
}
}