Skip to content

Commit 1d95577

Browse files
committed
Bumped version
1 parent 5e9a490 commit 1d95577

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

example/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
{
22
"name": "react-native-directed-scrollview",
3-
"version": "1.3.6",
4-
"description": "A natively implemented scrollview component which lets you specify different scroll directions for child content.",
3+
"version": "1.3.7",
4+
"description":
5+
"A natively implemented scrollview component which lets you specify different scroll directions for child content.",
56
"main": "index.js",
67
"scripts": {
78
"test": ""
89
},
910
"repository": {
1011
"type": "git",
11-
"url": "git+https://github.com/chrisfisher/react-native-directed-scrollview.git"
12+
"url":
13+
"git+https://github.com/chrisfisher/react-native-directed-scrollview.git"
1214
},
1315
"keywords": [
1416
"react-component",
@@ -35,7 +37,9 @@
3537
"author": "Chris Fisher",
3638
"license": "MIT",
3739
"bugs": {
38-
"url": "https://github.com/chrisfisher/react-native-directed-scrollview/issues"
40+
"url":
41+
"https://github.com/chrisfisher/react-native-directed-scrollview/issues"
3942
},
40-
"homepage": "https://github.com/chrisfisher/react-native-directed-scrollview#readme"
43+
"homepage":
44+
"https://github.com/chrisfisher/react-native-directed-scrollview#readme"
4145
}

0 commit comments

Comments
 (0)