Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
nuintun committed Dec 23, 2024
2 parents 58a6240 + 1fd4a68 commit fb00801
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
> [![Side Effect][side-effect-image]][bundle-phobia-url]
> [![License][license-image]][license-url]
[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
[npm-image]: https://img.shields.io/npm/v/use-virtual?style=flat-square
[npm-url]: https://www.npmjs.org/package/use-virtual
[download-image]: https://img.shields.io/npm/dm/use-virtual?style=flat-square
[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
[bundle-phobia-url]: https://bundlephobia.com/result?p=use-virtual
[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
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nuintun/use-virtual",
"version": "0.2.0",
"name": "use-virtual",
"version": "0.1.1",
"description": "😎 ♻️ A tiny React hook for rendering large datasets like a breeze.",
"type": "module",
"sideEffects": false,
Expand Down

0 comments on commit fb00801

Please sign in to comment.