forked from pjamrozowicz/react-native-settings-list
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0db6a49
commit 9d04f46
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
{ | ||
"name": "react-native-settings-list", | ||
"version": "1.8.1", | ||
"version": "1.8.2", | ||
"description": "A clean and highly customizable React Native implementation of a list of settings for a settings page.", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/evetstech/react-native-settings-list.git" | ||
"url": "git+https://github.com/swrlab/react-native-settings-list.git" | ||
}, | ||
"keywords": [ | ||
"react-native", | ||
|
@@ -21,9 +21,9 @@ | |
"author": "Steve Singrattana <[email protected]>", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/evetstech/react-native-settings-list/issues" | ||
"url": "https://github.com/swrlab/react-native-settings-list/issues" | ||
}, | ||
"homepage": "https://github.com/evetstech/react-native-settings-list#readme", | ||
"homepage": "https://github.com/swrlab/react-native-settings-list#readme", | ||
"devDependencies": { | ||
"react-native": ">=0.18.0", | ||
"react": ">=0.14.0" | ||
|