Skip to content

Commit 27ee3e7

Browse files
author
alvaromb
committed
bump version
1 parent e01b0ee commit 27ee3e7

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

package.json

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"name": "react-native-keyboard-aware-scroll-view",
3-
"version": "0.3.0",
4-
"description": "A React Native ScrollView component that resizes when the keyboard appears.",
3+
"version": "0.4.0",
4+
"description":
5+
"A React Native ScrollView component that resizes when the keyboard appears.",
56
"main": "index.js",
67
"types": "index.d.ts",
78
"scripts": {
@@ -11,15 +12,10 @@
1112
},
1213
"repository": {
1314
"type": "git",
14-
"url": "git+https://github.com/APSL/react-native-keyboard-aware-scroll-view.git"
15+
"url":
16+
"git+https://github.com/APSL/react-native-keyboard-aware-scroll-view.git"
1517
},
16-
"tags": [
17-
"react",
18-
"react-native",
19-
"react-component",
20-
"ios",
21-
"android"
22-
],
18+
"tags": ["react", "react-native", "react-component", "ios", "android"],
2319
"keywords": [
2420
"react",
2521
"react-native",
@@ -32,9 +28,11 @@
3228
"author": "Alvaro Medina Ballester <[email protected]>",
3329
"license": "MIT",
3430
"bugs": {
35-
"url": "https://github.com/APSL/react-native-keyboard-aware-scroll-view/issues"
31+
"url":
32+
"https://github.com/APSL/react-native-keyboard-aware-scroll-view/issues"
3633
},
37-
"homepage": "https://github.com/APSL/react-native-keyboard-aware-scroll-view#readme",
34+
"homepage":
35+
"https://github.com/APSL/react-native-keyboard-aware-scroll-view#readme",
3836
"dependencies": {
3937
"@types/create-react-class": "^15.6.0",
4038
"prop-types": "^15.6.0",

0 commit comments

Comments
 (0)