@milkinteractive/react-native-age-range 1.0.0 → 1.0.4
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 +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@milkinteractive/react-native-age-range",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
4
4
|
"description": "A React Native Native Module (Legacy Architecture) that provides access to store-level age signals, including Android Play Age Range and iOS Declared Age, to assist with state-level age verification compliance (e.g., Texas).",
|
|
5
5
|
"source": "./src/index.tsx",
|
|
6
6
|
"main": "./lib/commonjs/index.js",
|
|
@@ -61,17 +61,17 @@
|
|
|
61
61
|
],
|
|
62
62
|
"repository": {
|
|
63
63
|
"type": "git",
|
|
64
|
-
"url": "git+https://github.com/
|
|
64
|
+
"url": "git+https://github.com/valleyelectronics/react-native-age-range.git"
|
|
65
65
|
},
|
|
66
|
-
"author": "
|
|
66
|
+
"author": "Christoph Eck <christoph@milkinteractive.ch>",
|
|
67
67
|
"contributors": [
|
|
68
68
|
"Christoph Eck <christoph@milkinteractive.ch>"
|
|
69
69
|
],
|
|
70
70
|
"license": "MIT",
|
|
71
71
|
"bugs": {
|
|
72
|
-
"url": "https://github.com/
|
|
72
|
+
"url": "https://github.com/valleyelectronics/react-native-age-range/issues"
|
|
73
73
|
},
|
|
74
|
-
"homepage": "https://github.com/
|
|
74
|
+
"homepage": "https://github.com/valleyelectronics/react-native-age-range#readme",
|
|
75
75
|
"publishConfig": {
|
|
76
76
|
"registry": "https://registry.npmjs.org/"
|
|
77
77
|
},
|