mirror of
https://github.com/bitwarden/browser
synced 2025-12-06 00:13:28 +00:00
[PM-18363] Remove internal dependencies from package.json (#13448)
* Remove internal dependencies from package.json * Update lockfile * Change workspace to include nested libs
This commit is contained in:
@@ -16,8 +16,5 @@
|
||||
"clean": "rimraf dist",
|
||||
"build": "npm run clean && tsc",
|
||||
"build:watch": "npm run clean && tsc -watch"
|
||||
},
|
||||
"dependencies": {
|
||||
"@bitwarden/common": "file:../../../common"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user