Skip to content

Commit

Permalink
Fix admin-console package name
Browse files Browse the repository at this point in the history
  • Loading branch information
eliykat committed Oct 1, 2024
1 parent 4610e65 commit 38705ee
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion libs/importer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"dependencies": {
"@bitwarden/common": "file:../common",
"@bitwarden/vault-export-core": "file:../tools/export/vault-export/vault-export-core",
"@bitwarden/admin-console/common": "file:../admin-console/src/common"
"@bitwarden/admin-console-common": "file:../admin-console/src/common"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
},
"dependencies": {
"@bitwarden/common": "file:../../../../common",
"@bitwarden/admin-console/common": "file:../../../../admin-console/src/common"
"@bitwarden/admin-console-common": "file:../../../../admin-console/src/common"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"@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"
"@bitwarden/admin-console-common": "file:../../../../admin-console/src/common"
}
}
7 changes: 7 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 38705ee

Please sign in to comment.