react-native-atomic-ui 1.0.1 → 1.0.2
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.
- package/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-native-atomic-ui",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "Zero-dependency atomic UI components library for React Native with built-in dark mode support",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -41,12 +41,12 @@
|
|
|
41
41
|
"license": "MIT",
|
|
42
42
|
"repository": {
|
|
43
43
|
"type": "git",
|
|
44
|
-
"url": "git+https://github.com/tanmoythander/react-native-atomic-ui
|
|
44
|
+
"url": "git+https://github.com/tanmoythander/react-native-atomic-ui.git"
|
|
45
45
|
},
|
|
46
46
|
"bugs": {
|
|
47
|
-
"url": "https://github.com/tanmoythander/react-native-atomic-ui
|
|
47
|
+
"url": "https://github.com/tanmoythander/react-native-atomic-ui/issues"
|
|
48
48
|
},
|
|
49
|
-
"homepage": "https://github.com/tanmoythander/react-native-atomic-ui
|
|
49
|
+
"homepage": "https://github.com/tanmoythander/react-native-atomic-ui#readme",
|
|
50
50
|
"peerDependencies": {
|
|
51
51
|
"react": ">=16.8.0",
|
|
52
52
|
"react-native": ">=0.73.0"
|