@learncard/types 2.0.0 → 2.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +6 -12
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,27 +1,21 @@
1
- # learn-card-types
1
+ # @learncard/types
2
2
 
3
3
  > Shared types for learn card
4
4
 
5
- [![npm version](https://img.shields.io/npm/v/learn-card-types)](https://www.npmjs.com/package/learn-card-types)
6
- [![npm downloads](https://img.shields.io/npm/dw/learn-card-types)](https://www.npmjs.com/package/learn-card-types)
7
- [![vulnerabilities](https://img.shields.io/snyk/vulnerabilities/npm/learn-card-types)](https://www.npmjs.com/package/learn-card-types)
5
+ [![npm version](https://img.shields.io/npm/v/@learncard/types)](https://www.npmjs.com/package/@learncard/types)
6
+ [![npm downloads](https://img.shields.io/npm/dw/@learncard/types)](https://www.npmjs.com/package/@learncard/types)
7
+ [![vulnerabilities](https://img.shields.io/snyk/vulnerabilities/npm/@learncard/types)](https://www.npmjs.com/package/@learncard/types)
8
8
 
9
9
  ## Install
10
10
 
11
11
  ```bash
12
- npm install learn-card-types
13
- ```
14
-
15
- Or
16
-
17
- ```bash
18
- yarn add learn-card-types
12
+ pnpm install @learncard/types
19
13
  ```
20
14
 
21
15
  ## Usage
22
16
 
23
17
  ```js
24
- import { ... } from "learn-card-types";
18
+ import { VC } from "@learncard/types";
25
19
  ```
26
20
 
27
21
  ## License
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@learncard/types",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "Shared types for learn card",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/types.esm.js",