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,9 +16,5 @@
|
||||
"clean": "rimraf dist",
|
||||
"build": "npm run clean && tsc",
|
||||
"build:watch": "npm run clean && tsc -watch"
|
||||
},
|
||||
"dependencies": {
|
||||
"@bitwarden/common": "file:../../../../common",
|
||||
"@bitwarden/admin-console-common": "file:../../../../admin-console/src/common"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -16,12 +16,5 @@
|
||||
"clean": "rimraf dist",
|
||||
"build": "npm run clean && tsc",
|
||||
"build:watch": "npm run clean && tsc -watch"
|
||||
},
|
||||
"dependencies": {
|
||||
"@bitwarden/common": "file:../../../../common",
|
||||
"@bitwarden/angular": "file:../../../../angular",
|
||||
"@bitwarden/auth": "file:../../../../auth",
|
||||
"@bitwarden/vault-export-core": "file:../vault-export-core",
|
||||
"@bitwarden/admin-console-common": "file:../../../../admin-console/src/common"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user