Skip to content

Commit

Permalink
feat: Bump code
Browse files Browse the repository at this point in the history
  • Loading branch information
nuintun committed Dec 20, 2024
1 parent 047ead3 commit 50423e5
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# useVirtual
# use-virtual

<!-- prettier-ignore -->
> 😎 ♻️ A tiny React hook for rendering large datasets like a breeze.
Expand All @@ -13,10 +13,10 @@
[npm-image]: https://img.shields.io/npm/v/@nuintun/use-virtual?style=flat-square
[npm-url]: https://www.npmjs.org/package/@nuintun/use-virtual
[download-image]: https://img.shields.io/npm/dm/@nuintun/use-virtual?style=flat-square
[languages-image]: https://img.shields.io/github/languages/top/nuintun/useVirtual?style=flat-square
[github-url]: https://github.com/nuintun/useVirtual
[languages-image]: https://img.shields.io/github/languages/top/nuintun/use-virtual?style=flat-square
[github-url]: https://github.com/nuintun/use-virtual
[tree-shakeable-image]: https://img.shields.io/badge/tree--shakeable-true-brightgreen?style=flat-square
[side-effect-image]: https://img.shields.io/badge/side--effect-free-brightgreen?style=flat-square
[bundle-phobia-url]: https://bundlephobia.com/result?p=@nuintun/use-virtual
[license-image]: https://img.shields.io/github/license/nuintun/useVirtual?style=flat-square
[license-url]: https://github.com/nuintun/useVirtual/blob/main/LICENSE
[license-image]: https://img.shields.io/github/license/nuintun/use-virtual?style=flat-square
[license-url]: https://github.com/nuintun/use-virtual/blob/main/LICENSE
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nuintun/use-virtual",
"version": "0.1.0",
"version": "0.2.0",
"description": "😎 ♻️ A tiny React hook for rendering large datasets like a breeze.",
"type": "module",
"sideEffects": false,
Expand All @@ -16,7 +16,7 @@
],
"repository": {
"type": "git",
"url": "git+https://github.com/nuintun/useVirtual.git"
"url": "git+https://github.com/nuintun/use-virtual.git"
},
"keywords": [
"react",
Expand All @@ -29,9 +29,9 @@
},
"license": "MIT",
"bugs": {
"url": "https://github.com/nuintun/useVirtual/issues"
"url": "https://github.com/nuintun/use-virtual/issues"
},
"homepage": "https://github.com/nuintun/useVirtual#readme",
"homepage": "https://github.com/nuintun/use-virtual#readme",
"scripts": {
"lint": "tsc --noEmit",
"clean": "node tools/clean.js",
Expand Down
8 changes: 4 additions & 4 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 50423e5

Please sign in to comment.