@gluestack-ui/core 3.0.0 → 3.0.1
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 +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gluestack-ui/core",
|
|
3
|
-
"
|
|
3
|
+
"description": "Universal UI components for React Native, Expo, and Next.js",
|
|
4
|
+
"version": "3.0.1",
|
|
4
5
|
"main": "./lib/esm/index.js",
|
|
5
6
|
"module": "./lib/esm/index.js",
|
|
6
7
|
"types": "./lib/esm/index.d.ts",
|
|
@@ -182,6 +183,5 @@
|
|
|
182
183
|
"nextjs",
|
|
183
184
|
"cross-platform",
|
|
184
185
|
"ui-components"
|
|
185
|
-
]
|
|
186
|
-
"description": "Universal UI components for React Native, Expo, and Next.js"
|
|
186
|
+
]
|
|
187
187
|
}
|