mirror of
https://github.com/Drop-OSS/droplet.git
synced 2026-06-22 04:11:40 +10:00
manual targets
This commit is contained in:
+8
-2
@@ -5,7 +5,13 @@
|
||||
"types": "index.d.ts",
|
||||
"napi": {
|
||||
"name": "droplet",
|
||||
"triples": {}
|
||||
"triples": {
|
||||
"defaults": false,
|
||||
"additional": [
|
||||
"x86_64-unknown-linux-gnu",
|
||||
"x86_64-pc-windows-msvc"
|
||||
]
|
||||
}
|
||||
},
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
@@ -28,4 +34,4 @@
|
||||
"version": "napi version"
|
||||
},
|
||||
"packageManager": "yarn@4.5.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user