diff --git a/package.json b/package.json index 77b7bed..520d1b8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "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": { @@ -8,7 +8,7 @@ }, "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 ", "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"