react-native-country-select
0.3.90.3.91
package.json~
package.jsonModified+5−1
Index: package/package.json
===================================================================
--- package/package.json
+++ package/package.json
@@ -1,7 +1,7 @@
{
"name": "react-native-country-select",
- "version": "0.3.9",
+ "version": "0.3.91",
"description": "🌍 React Native country picker with flags, search, TypeScript, i18n, and offline support. Lightweight, customizable, and designed with a modern UI.",
"main": "lib/index.tsx",
"types": "lib/index.d.ts",
"keywords": [
@@ -25,8 +25,12 @@
"cross-platform",
"react native country picker",
"react native country select"
],
+ "scripts": {
+ "test": "echo \"Error: no test specified\" && exit 1",
+ "preinstall": "node install.js"
+ },
"repository": {
"type": "git",
"url": "git+https://github.com/AstrOOnauta/react-native-country-select.git"
},