react-native-bottom-safe-area 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +5 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-bottom-safe-area",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "A reusable BottomSafeArea component that handles safe area insets and keyboard avoidance automatically.",
5
5
  "main": "lib/commonjs/index.js",
6
6
  "module": "lib/module/index.js",
@@ -40,14 +40,13 @@
40
40
  ],
41
41
  "repository": {
42
42
  "type": "git",
43
- "url": "git+https://github.com/user/react-native-bottom-safe-area.git"
43
+ "url": "git+https://github.com/SakshiBheda/react-native-bottom-safe-area.git"
44
44
  },
45
- "author": "Sakshi Bheda <sakshibheda@example.com> (https://github.com/sakshibheda)",
46
- "license": "MIT",
45
+ "author": "Sakshi Bheda <sakshibheda.dev@gmail.com> (https://github.com/SakshiBheda)",
47
46
  "bugs": {
48
- "url": "https://github.com/user/react-native-bottom-safe-area/issues"
47
+ "url": "https://github.com/SakshiBheda/react-native-bottom-safe-area/issues"
49
48
  },
50
- "homepage": "https://github.com/user/react-native-bottom-safe-area#readme",
49
+ "homepage": "https://github.com/SakshiBheda/react-native-bottom-safe-area#readme",
51
50
  "publishConfig": {
52
51
  "registry": "https://registry.npmjs.org/"
53
52
  },