Browse Source

Rename repo to clients (#2548)

pull/2550/head
Oscar Hinton 4 years ago committed by GitHub
parent
commit
912f3b0d46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      CONTRIBUTING.md
  2. 4
      README.md
  3. 2
      apps/browser/README.md
  4. 4
      package-lock.json
  5. 6
      package.json

2
CONTRIBUTING.md

@ -15,7 +15,7 @@ Here is how you can get involved:
## Contributor Agreement ## Contributor Agreement
Please sign the [Contributor Agreement](https://cla-assistant.io/bitwarden/bitwarden) if you intend on contributing to any Github repository. Pull requests cannot be accepted and merged unless the author has signed the Contributor Agreement. Please sign the [Contributor Agreement](https://cla-assistant.io/bitwarden/clients) if you intend on contributing to any Github repository. Pull requests cannot be accepted and merged unless the author has signed the Contributor Agreement.
## Pull Request Guidelines ## Pull Request Guidelines

4
README.md

@ -2,8 +2,8 @@
<img src="https://raw.githubusercontent.com/bitwarden/brand/master/screenshots/apps-combo-logo.png" alt="Bitwarden" /> <img src="https://raw.githubusercontent.com/bitwarden/brand/master/screenshots/apps-combo-logo.png" alt="Bitwarden" />
</p> </p>
<p align="center"> <p align="center">
<a href="https://github.com/bitwarden/bitwarden/actions/workflows/build-browser.yml?query=branch:master" target="_blank"> <a href="https://github.com/bitwarden/clients/actions/workflows/build-browser.yml?query=branch:master" target="_blank">
<img src="https://github.com/bitwarden/bitwarden/actions/workflows/build-browser.yml/badge.svg?branch=master" alt="Github Workflow browser build on master" /> <img src="https://github.com/bitwarden/clients/actions/workflows/build-browser.yml/badge.svg?branch=master" alt="Github Workflow browser build on master" />
</a> </a>
<a href="https://gitter.im/bitwarden/Lobby" target="_blank"> <a href="https://gitter.im/bitwarden/Lobby" target="_blank">
<img src="https://badges.gitter.im/bitwarden/Lobby.svg" alt="gitter chat" /> <img src="https://badges.gitter.im/bitwarden/Lobby.svg" alt="gitter chat" />

2
apps/browser/README.md

@ -1,4 +1,4 @@
[![Github Workflow build browser on master](https://github.com/bitwarden/bitwarden/actions/workflows/build-browser.yml/badge.svg?branch=master)](https://github.com/bitwarden/bitwarden/actions/workflows/build-browser.yml?query=branch:master) [![Github Workflow build browser on master](https://github.com/bitwarden/clients/actions/workflows/build-browser.yml/badge.svg?branch=master)](https://github.com/bitwarden/clients/actions/workflows/build-browser.yml?query=branch:master)
[![Crowdin](https://d322cqt584bo4o.cloudfront.net/bitwarden-browser/localized.svg)](https://crowdin.com/project/bitwarden-browser) [![Crowdin](https://d322cqt584bo4o.cloudfront.net/bitwarden-browser/localized.svg)](https://crowdin.com/project/bitwarden-browser)
[![Join the chat at https://gitter.im/bitwarden/Lobby](https://badges.gitter.im/bitwarden/Lobby.svg)](https://gitter.im/bitwarden/Lobby) [![Join the chat at https://gitter.im/bitwarden/Lobby](https://badges.gitter.im/bitwarden/Lobby.svg)](https://gitter.im/bitwarden/Lobby)

4
package-lock.json generated

@ -1,11 +1,11 @@
{ {
"name": "@bitwarden/bitwarden", "name": "@bitwarden/clients",
"version": "0.0.0", "version": "0.0.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@bitwarden/bitwarden", "name": "@bitwarden/clients",
"version": "0.0.0", "version": "0.0.0",
"license": "GPL-3.0", "license": "GPL-3.0",
"devDependencies": { "devDependencies": {

6
package.json

@ -1,15 +1,15 @@
{ {
"name": "@bitwarden/bitwarden", "name": "@bitwarden/clients",
"version": "0.0.0", "version": "0.0.0",
"description": "Bitwarden Client Applications", "description": "Bitwarden Client Applications",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/bitwarden/bitwarden.git" "url": "git+https://github.com/bitwarden/clients.git"
}, },
"author": "Bitwarden Inc. <hello@bitwarden.com> (https://bitwarden.com)", "author": "Bitwarden Inc. <hello@bitwarden.com> (https://bitwarden.com)",
"license": "GPL-3.0", "license": "GPL-3.0",
"bugs": { "bugs": {
"url": "https://github.com/bitwarden/bitwarden/issues" "url": "https://github.com/bitwarden/clients/issues"
}, },
"homepage": "https://bitwarden.com", "homepage": "https://bitwarden.com",
"scripts": { "scripts": {

Loading…
Cancel
Save