@repodeckhz/react 0.6.0 → 0.6.2
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.
- package/README.md +2 -2
- package/package.json +10 -6
package/README.md
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
# @repodeckhz/react
|
|
2
2
|
|
|
3
|
-
> Thin React wrapper around the [`
|
|
3
|
+
> Thin React wrapper around the [`@repodeckhz/web`](../web-component) web component.
|
|
4
4
|
|
|
5
5
|
Gives React users a familiar `<RepoDeck />` component instead of dealing with custom-element refs directly.
|
|
6
6
|
|
|
7
7
|
## Install
|
|
8
8
|
|
|
9
9
|
```bash
|
|
10
|
-
npm install @repodeckhz/react
|
|
10
|
+
npm install @repodeckhz/react @repodeckhz/web
|
|
11
11
|
```
|
|
12
12
|
|
|
13
13
|
## Usage
|
package/package.json
CHANGED
|
@@ -1,16 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@repodeckhz/react",
|
|
3
|
-
"version": "0.6.
|
|
4
|
-
|
|
3
|
+
"version": "0.6.2",
|
|
4
|
+
"description": "Thin React wrapper around the repodeckhz web component. Gives React users a familiar <RepoDeck /> component.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
7
|
-
"author": "
|
|
8
|
-
"
|
|
7
|
+
"author": "leibHz",
|
|
8
|
+
"homepage": "https://github.com/leibHz/repodeckHz",
|
|
9
|
+
"repository": {
|
|
9
10
|
"type": "git",
|
|
10
|
-
"url": "https://github.com/leibHz/
|
|
11
|
+
"url": "https://github.com/leibHz/repodeckHz.git"
|
|
11
12
|
},
|
|
12
13
|
"bugs": {
|
|
13
|
-
"url": "https://github.com/leibHz/
|
|
14
|
+
"url": "https://github.com/leibHz/repodeckHz/issues"
|
|
14
15
|
},
|
|
15
16
|
"keywords": [
|
|
16
17
|
"repodeckhz",
|
|
@@ -18,6 +19,9 @@
|
|
|
18
19
|
"github",
|
|
19
20
|
"card",
|
|
20
21
|
"embed",
|
|
22
|
+
"web-component",
|
|
23
|
+
"custom-element",
|
|
24
|
+
"jsx",
|
|
21
25
|
"portfolio"
|
|
22
26
|
],
|
|
23
27
|
"exports": {
|