Skip to content

Commit 55115d4

Browse files
committed
Rename package
1 parent 264eace commit 55115d4

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -50,20 +50,20 @@ react-native-component-template is freely distributable under the terms of the [
5050
[license-image]: https://img.shields.io/badge/license-MIT-blue.svg?style=flat
5151
[license-url]: LICENSE
5252

53-
[npm-url]: https://npmjs.org/package/@reusejs/react-native-buttons
54-
[npm-version-image]: https://img.shields.io/npm/v/@reusejs/react-native-buttons.svg?style=flat
53+
[npm-url]: https://npmjs.org/package/@reusejs/react-native-text-inputs
54+
[npm-version-image]: https://img.shields.io/npm/v/@reusejs/react-native-text-inputs.svg?style=flat
5555

56-
[npm-downloads-image]: https://img.shields.io/npm/dm/@reusejs/react-native-buttons.svg?style=flat
57-
[npm-downloads-url]: https://npmcharts.com/compare/@reusejs/react-native-buttons?minimal=true
56+
[npm-downloads-image]: https://img.shields.io/npm/dm/@reusejs/react-native-text-inputs.svg?style=flat
57+
[npm-downloads-url]: https://npmcharts.com/compare/@reusejs/react-native-text-inputs?minimal=true
5858

5959
<!-- [view-storybook-image]: https://img.shields.io/badge/View-Storybook-F59E0B.svg
6060
[view-storybook-url]: https://master--617258d6729860003a3d6e10.chromatic.com -->
6161

6262
[join-discord-image]: https://img.shields.io/badge/Join-Discord-7389D8.svg
6363
[join-discord-url]: https://discord.gg/VUa9SHvvDb
6464

65-
<!-- [storybook-action-image]: https://github.com/reusejs/react-native-buttons/actions/workflows/chromatic.yml/badge.svg
66-
[storybook-action-url]: https://github.com/reusejs/react-native-buttons/actions/workflows/chromatic.yml -->
65+
<!-- [storybook-action-image]: https://github.com/reusejs/react-native-text-inputs/actions/workflows/chromatic.yml/badge.svg
66+
[storybook-action-url]: https://github.com/reusejs/react-native-text-inputs/actions/workflows/chromatic.yml -->
6767

68-
[npm-publish-action-image]: https://github.com/reusejs/react-native-buttons/actions/workflows/publish.yml/badge.svg
69-
[npm-publish-action-url]: https://github.com/reusejs/react-native-buttons/actions/workflows/publish.yml
68+
[npm-publish-action-image]: https://github.com/reusejs/react-native-text-inputs/actions/workflows/publish.yml/badge.svg
69+
[npm-publish-action-url]: https://github.com/reusejs/react-native-text-inputs/actions/workflows/publish.yml

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@reusejs/react-native-buttons",
2+
"name": "@reusejs/react-native-text-inputs",
33
"version": "0.0.4",
44
"description": "A library which works as a base to build react components and push to npm",
55
"main": "build/index.js",
@@ -8,12 +8,12 @@
88
],
99
"repository": {
1010
"type": "git",
11-
"url": "git+https://github.com/reusejs/react-native-buttons.git"
11+
"url": "git+https://github.com/reusejs/react-native-text-inputs.git"
1212
},
1313
"bugs": {
14-
"url": "https://github.com/reusejs/react-native-buttons/issues"
14+
"url": "https://github.com/reusejs/react-native-text-inputs/issues"
1515
},
16-
"homepage": "https://github.com/reusejs/react-native-buttons",
16+
"homepage": "https://github.com/reusejs/react-native-text-inputs",
1717
"author": "Rajiv Seelam",
1818
"license": "MIT",
1919
"scripts": {

0 commit comments

Comments
 (0)