From 91688e7fe2968a27f0017dac6374af71a895496a Mon Sep 17 00:00:00 2001 From: Bartosz Kaszubowski Date: Thu, 18 Sep 2025 09:59:27 +0200 Subject: [PATCH] chore: Add description to package.json file --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 9db97bc..31e8122 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,6 @@ { "name": "react-native-web-jsonschema-form", + "description": "Render customizable forms using JSON schema for responsive websites and Expo apps (both Android and iOS).", "version": "4.0.0", "private": false, "main": "index.js",