react-native-auto-positioned-popup 1.0.6 → 1.0.7
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-auto-positioned-popup",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.7",
|
|
4
4
|
"description": "A highly customizable React Native auto-positioned popup component with search functionality and flexible styling options",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
"build": "npm run clean && tsc -p tsconfig.build.json",
|
|
16
16
|
"watch": "tsc --watch",
|
|
17
17
|
"clean": "rimraf lib",
|
|
18
|
-
"prepare": "echo 'prepare disabled for
|
|
19
|
-
"prepublishOnly": "echo 'prepublishOnly disabled for
|
|
18
|
+
"prepare": "echo 'prepare disabled for release'",
|
|
19
|
+
"prepublishOnly": "echo 'prepublishOnly disabled for release'",
|
|
20
20
|
"postpublish": "echo \"Package published successfully! 🎉\"",
|
|
21
21
|
"test": "echo \"No tests specified\" && exit 0",
|
|
22
22
|
"lint": "eslint src --ext .ts,.tsx",
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
},
|
|
78
78
|
"react-native": "lib/index.js",
|
|
79
79
|
"dependencies": {
|
|
80
|
-
"react-native-advanced-flatlist": "^1.
|
|
80
|
+
"react-native-advanced-flatlist": "^1.1.1",
|
|
81
81
|
"react-native-safe-area-context": "^5.6.0"
|
|
82
82
|
}
|
|
83
83
|
}
|