mirror of
https://github.com/Drop-OSS/droplet.git
synced 2026-07-24 00:43:05 +10:00
multi platform build
This commit is contained in:
+7
-2
@@ -27,5 +27,10 @@
|
||||
"universal": "napi universal",
|
||||
"version": "napi version"
|
||||
},
|
||||
"packageManager": "yarn@4.5.0"
|
||||
}
|
||||
"packageManager": "yarn@4.5.0",
|
||||
"optionalDependencies": {
|
||||
"@drop/droplet-win32-x64-msvc": "0.0.0",
|
||||
"@drop/droplet-darwin-x64": "0.0.0",
|
||||
"@drop/droplet-linux-x64-gnu": "0.0.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user