Skip to content

Commit

Permalink
update version and package urls
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelmaeuer committed Aug 15, 2022
1 parent 0db6a49 commit 9d04f46
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
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",
Expand All @@ -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"
Expand Down

0 comments on commit 9d04f46

Please sign in to comment.