Skip to content

Commit 62a2b55

Browse files
adding npm badges to readmes
1 parent ce90c63 commit 62a2b55

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ Version 3 adds a Vue component library and also introduces a monorepo structure.
2222

2323
### Published Packages
2424

25-
- [@explorer-1/vue](https://github.com/nasa-jpl/explorer-1/tree/main/packages/vue): Vue components
26-
- [@explorer-1/common](https://github.com/nasa-jpl/explorer-1/tree/main/packages/common): Static assets and shared assets between @explorer-1/vue
25+
- [@explorer-1/vue](https://npmjs.com/package/@explorer-1/vue): Vue components
26+
- [@explorer-1/common](https://npmjs.com/package/@explorer-1/common): Static assets and shared assets between @explorer-1/vue
2727

2828
#### Other available packages, though generally unnecessary
2929

packages/common/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @explorer-1/common
22

3+
[![npm](https://img.shields.io/npm/v/@explorer-1/common)](https://npmjs.com/package/@explorer-1/common)
4+
35
- [What's included](#whats-included)
46
- [Getting Started](#getting-started)
57
- [Include the assets in your project](#include-the-assets-in-your-project)

packages/vue/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @explorer-1/vue
22

3+
[![npm](https://img.shields.io/npm/v/@explorer-1/vue)](https://npmjs.com/package/@explorer-1/vue)
4+
35
- [Prerequisites](#prerequisites)
46
- [Getting Started](#getting-started)
57
- [Configuration (Vite)](#configuration-vite)

0 commit comments

Comments
 (0)