1
0
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:
Oscar Hinton
2025-02-20 15:04:39 +01:00
committed by GitHub
parent 4a344582a9
commit 5d04efad2a
14 changed files with 78 additions and 81 deletions

View File

@@ -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/generator-core": "file:../core"
}
}

View File

@@ -16,8 +16,5 @@
"clean": "rimraf dist",
"build": "npm run clean && tsc",
"build:watch": "npm run clean && tsc -watch"
},
"dependencies": {
"@bitwarden/common": "file:../../../common"
}
}

View File

@@ -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/generator-core": "file:../../core"
}
}

View File

@@ -16,11 +16,5 @@
"clean": "rimraf dist",
"build": "npm run clean && tsc",
"build:watch": "npm run clean && tsc -watch"
},
"dependencies": {
"@bitwarden/common": "file:../../../common",
"@bitwarden/generator-core": "file:../../core",
"@bitwarden/generator-history": "file:../history",
"@bitwarden/generator-navigation": "file:../navigation"
}
}

View File

@@ -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/generator-core": "file:../../core"
}
}