Skip to content

Commit

Permalink
Merge pull request #251 from raisiqueira/next
Browse files Browse the repository at this point in the history
Next
  • Loading branch information
raisiqueira authored Jul 7, 2023
2 parents 5d6a912 + 89b7837 commit 528536b
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 19 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ The command will run the example project with [Vite](https://vitejs.dev/).

## Sponsors

[![Sponsors](https://cdn.jsdelivr.net/gh/raisiqueira/static/sponsors.svg)](https://headless-stepper.netlify.app/sponsors)
[![Sponsors](https://cdn.jsdelivr.net/gh/raisiqueira/static@master/sponsors.svg)](https://github.com/sponsors/raisiqueira)

## License

Expand Down
10 changes: 8 additions & 2 deletions lib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,14 @@ React hook to fetch Brazilian CEP's using ViaCEP api.

## Install

Use your prefer package manager

```bash
npm i --save @rsiqueira/use-viacep # or yarn add @rsiqueira/use-viacep
npm i --save @rsiqueira/use-viacep
# or
yarn add @rsiqueira/use-viacep
# or
pnpm add @rsiqueira/use-viacep
```

## Usage
Expand Down Expand Up @@ -70,7 +76,7 @@ The command will run the example project with [Vite](https://vitejs.dev/).

## Sponsors

[![Sponsors](https://cdn.jsdelivr.net/gh/raisiqueira/static/sponsors.svg)](https://headless-stepper.netlify.app/sponsors)
[![Sponsors](https://cdn.jsdelivr.net/gh/raisiqueira/static@master/sponsors.svg)](https://github.com/sponsors/raisiqueira)

## License

Expand Down
4 changes: 2 additions & 2 deletions lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rsiqueira/use-viacep",
"version": "1.5.2",
"version": "1.5.3",
"description": "React hook to fetch Brazilian CEP's using ViaCEP api.",
"license": "MIT",
"author": {
Expand Down Expand Up @@ -54,4 +54,4 @@
"publishConfig": {
"access": "public"
}
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@
"limit": "15 kb"
}
]
}
}
13 changes: 0 additions & 13 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 528536b

Please sign in to comment.