fix: bump version and remove freebsd

This commit is contained in:
DecDuck
2025-03-31 09:15:56 +11:00
parent 277651df09
commit a95d0cea26
3 changed files with 1 additions and 26 deletions

View File

@ -1,3 +0,0 @@
# `@drop-oss/droplet-freebsd-x64`
This is the **x86_64-unknown-freebsd** binary for `@drop-oss/droplet`

View File

@ -1,21 +0,0 @@
{
"name": "@drop-oss/droplet-freebsd-x64",
"version": "0.0.0",
"os": [
"freebsd"
],
"cpu": [
"x64"
],
"main": "droplet.freebsd-x64.node",
"files": [
"droplet.freebsd-x64.node"
],
"license": "MIT",
"engines": {
"node": ">= 10"
},
"repository": {
"url": "https://github.com/Drop-OSS/droplet"
}
}