react-native-slot-text 1.0.2 → 1.0.3
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +5 -1
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "react-native-slot-text",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.3",
|
4
4
|
"author": "sc-mitton <scm.mitton@gmail.com> (https://github.com/sc-mitton)",
|
5
5
|
"main": "index.js",
|
6
6
|
"module": "index.ts",
|
@@ -12,6 +12,10 @@
|
|
12
12
|
"tsx": "^4.15.5",
|
13
13
|
"@types/bun": "latest"
|
14
14
|
},
|
15
|
+
"repository": {
|
16
|
+
"type": "git",
|
17
|
+
"url": "https://github.com/sc-mitton/react-native-slot-text"
|
18
|
+
},
|
15
19
|
"peerDependencies": {
|
16
20
|
"react": "^18.3.1",
|
17
21
|
"react-native": "^0.75.3",
|