1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-28 06:03:40 +00:00

[PM-9170] generator library migrations (#9812)

* migrate browser to generator libraries
* migrate cli to generator libraries
* migrate desktop to generator libraries
* migrate angular library to generator libraries
* migrate web to generator libraries
This commit is contained in:
✨ Audrey ✨
2024-06-27 12:16:04 -04:00
committed by GitHub
parent 5ce4e8f4e5
commit 1080d46aaf
55 changed files with 109 additions and 88 deletions

View File

@@ -19,6 +19,6 @@
},
"dependencies": {
"@bitwarden/common": "file:../../../common",
"@bitwarden/generator-core": "file:../core"
"@bitwarden/generator-core": "file:../../core"
}
}