diff --git a/README.md b/README.md index 80ec5cd..275db8e 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index 77ae04b..6e7af19 100644 --- a/package.json +++ b/package.json @@ -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,