1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-06 18:43:25 +00:00

[PM-8789] Move desktop_native into subcrate (#9682)

* Move desktop_native into subcrate

* Add publish = false to crates
This commit is contained in:
Daniel García
2024-07-01 15:19:29 +02:00
committed by GitHub
parent a36d436319
commit 33c985e00b
40 changed files with 528 additions and 401 deletions

View File

@@ -9,7 +9,7 @@
"version": "2024.6.6",
"license": "GPL-3.0",
"dependencies": {
"@bitwarden/desktop-native": "file:../desktop_native",
"@bitwarden/desktop-napi": "file:../desktop_native",
"argon2": "0.40.1"
}
},
@@ -21,7 +21,7 @@
"@napi-rs/cli": "2.16.2"
}
},
"node_modules/@bitwarden/desktop-native": {
"node_modules/@bitwarden/desktop-napi": {
"resolved": "../desktop_native",
"link": true
},