Skip to content

Commit 93963ac

Browse files
author
Marco Cesarato
committed
Version 1.2.6
Removed packages lock and added to .gitignore Update Images, Update README.md, Update PROPS.m
1 parent 2268cc0 commit 93963ac

File tree

8 files changed

+9
-7306
lines changed

8 files changed

+9
-7306
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
.idea/
1+
.idea/
2+
yarn.lock
3+
package-lock.json

Example/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ npm-debug.*
99
web-build/
1010
web-report/
1111
yarn.lock
12+
package-lock.json

Example/package-lock.json

Lines changed: 0 additions & 7300 deletions
This file was deleted.

Example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"react": "16.8.3",
1313
"react-dom": "^16.8.6",
1414
"react-native": "https://github.com/expo/react-native/archive/sdk-33.0.0.tar.gz",
15-
"react-native-input-spinner": "^1.2.5",
15+
"react-native-input-spinner": "^1.2.6",
1616
"react-native-web": "^0.11.5"
1717
},
1818
"devDependencies": {

PROPS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# React Native Input Spinner
1+
<img src="images/logo.png" width="100%"/>
22

33
## 💡 Props List
44

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<img src="images/logo.png" width="100%"/>
1+
<img src="images/logo_full.png" width="100%"/>
22

33
[![NPM version][npm-image]][npm-url]
44
![npm](https://img.shields.io/npm/dy/react-native-input-spinner?style=flat-square)
@@ -196,4 +196,4 @@ Contributions are welcome and are greatly appreciated! Every little bit helps, a
196196
<img align="center" src="https://nodei.co/npm/react-native-input-spinner.png?downloads=true&downloadRank=true" width="384">
197197
</a>
198198

199-
</p>
199+
</p>

images/logo_full.png

126 KB
Loading

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-input-spinner",
3-
"version": "1.2.5",
3+
"version": "1.2.6",
44
"description": "React native input with increase and decrease buttons",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)