Skip to content

Commit

Permalink
Merge pull request #16 from department-of-veterans-affairs/chore/6708…
Browse files Browse the repository at this point in the history
…-update-repo-name

Updated repo name assets
  • Loading branch information
timwright12 authored Sep 13, 2023
2 parents 6041f8f + a45ffd1 commit 1927b2b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"lint": "eslint .",
"publish-workspaces": "yarn workspaces foreach --verbose --no-private npm publish --access public --tolerate-republish"
},
"homepage": "https://github.com/department-of-veterans-affairs/va-mobile-temporary#readme",
"homepage": "https://github.com/department-of-veterans-affairs/va-mobile-library#readme",
"packageManager": "[email protected]",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.2.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/components/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
1. Clone the repo

```
git clone [email protected]:department-of-veterans-affairs/va-mobile-temporary.git
git clone [email protected]:department-of-veterans-affairs/va-mobile-library.git
```

2. Navigate to the components package

```
cd va-mobile-temporary/packages/components
cd va-mobile-library/packages/components
```

3. Install dependencies
Expand Down Expand Up @@ -47,7 +47,7 @@ yarn
| `android ` | Run app on last used Android emulator/device |
| `ios` | Run app on last used iOS simulator/device |
| `storybook:build` | Generates static version of Storybook for deployment |
| `storybook:deploy` | Deploys Storybook to [`homepage`](https://department-of-veterans-affairs.github.io/va-mobile-temporary) in `package.json` |
| `storybook:deploy` | Deploys Storybook to [`homepage`](https://department-of-veterans-affairs.github.io/va-mobile-library) in `package.json` |
| `storybook:generate` | Generates `.storybook/native/storybook.requires.js` which tells React Native where to find stores since it doesn't support dynamic imports |
| `storybook:watch` | Watches for newly created stories and regenerates `storybook.requires.js` |
| `storybook:web` | Builds and launches development server for web |
6 changes: 3 additions & 3 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/department-of-veterans-affairs/va-mobile-temporary.git"
"url": "git+https://github.com/department-of-veterans-affairs/va-mobile-library.git"
},
"keywords": [
"design",
Expand All @@ -34,9 +34,9 @@
],
"license": "ISC",
"bugs": {
"url": "https://github.com/department-of-veterans-affairs/va-mobile-temporary/issues"
"url": "https://github.com/department-of-veterans-affairs/va-mobile-library/issues"
},
"homepage": "https://department-of-veterans-affairs.github.io/va-mobile-temporary",
"homepage": "https://department-of-veterans-affairs.github.io/va-mobile-library",
"dependencies": {
"@os-team/i18next-react-native-language-detector": "^1.0.28",
"i18next": "^23.4.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/department-of-veterans-affairs/va-mobile-temporary.git"
"url": "git+https://github.com/department-of-veterans-affairs/va-mobile-library.git"
},
"keywords": [
"design",
Expand All @@ -19,8 +19,8 @@
],
"license": "ISC",
"bugs": {
"url": "https://github.com/department-of-veterans-affairs/va-mobile-temporary/issues"
"url": "https://github.com/department-of-veterans-affairs/va-mobile-library/issues"
},
"homepage": "https://github.com/department-of-veterans-affairs/va-mobile-temporary#readme",
"homepage": "https://github.com/department-of-veterans-affairs/va-mobile-library#readme",
"packageManager": "[email protected]"
}

0 comments on commit 1927b2b

Please sign in to comment.