From 36220a48aa186cfb065e1adcd234611eafc7a4ef Mon Sep 17 00:00:00 2001 From: sunnylqm Date: Wed, 2 Apr 2025 08:39:26 +0800 Subject: [PATCH] Update package description for clarity and specificity --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5dc1cf9..97c1df4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-native-update-cli", "version": "1.43.0", - "description": "Command tools for javaScript updater with `pushy` service for react native apps.", + "description": "command line tool for react-native-update (remote updates for react native)", "main": "index.js", "bin": { "pushy": "lib/index.js",