Skip to content
This repository was archived by the owner on Dec 10, 2024. It is now read-only.

Commit ce695d5

Browse files
authored
Merge pull request #56 from kamo88/develop
Change README (#55)
2 parents f77167c + 5205c9a commit ce695d5

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
1-
[![License: ISC](https://img.shields.io/badge/License-ISC-blue.svg)](https://opensource.org/licenses/ISC)
1+
![NPM](https://img.shields.io/npm/l/%40kamo88%2Freact-dialog-hooks)
2+
![npm (scoped)](https://img.shields.io/npm/v/%40kamo88/react-dialog-hooks)
23
[![pages-build-deployment](https://github.com/kamo88/react-dialog/actions/workflows/pages/pages-build-deployment/badge.svg?branch=main)](https://github.com/kamo88/react-dialog/actions/workflows/pages/pages-build-deployment)
34
[![package-publish-to-npm](https://github.com/kamo88/react-dialog/actions/workflows/publish.yml/badge.svg?branch=main)](https://github.com/kamo88/react-dialog/actions/workflows/publish.yml)
45

56
```
67
npm i @kamo88/react-dialog-hooks
78
```
89

9-
# @kamo88/react-dialog
10+
# @kamo88/react-dialog-hooks
1011

1112
This React component & hooks are to be displayed using the \<dialog\> tag.
1213

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kamo88/react-dialog-hooks",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"type": "module",
55
"description": "react use dialog hooks & dialog component",
66
"main": "./dist/index.umd.cjs",

0 commit comments

Comments
 (0)