From bfd036367c890eae90df78194f27c75dda05c296 Mon Sep 17 00:00:00 2001 From: Ben-Jamin Date: Tue, 9 Jun 2026 12:02:17 +0200 Subject: [PATCH] chore: expand npm keywords for discoverability --- .changeset/npm-keywords.md | 5 +++++ package.json | 11 ++++++++++- 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 .changeset/npm-keywords.md diff --git a/.changeset/npm-keywords.md b/.changeset/npm-keywords.md new file mode 100644 index 0000000..b06fa9a --- /dev/null +++ b/.changeset/npm-keywords.md @@ -0,0 +1,5 @@ +--- +"react-zero-skeleton": patch +--- + +Expand npm keywords for better discoverability: skeleton-loader, content-placeholder, bone, expo, nextjs, typescript, adaptive, network-aware, auto-skeleton. diff --git a/package.json b/package.json index 6246af5..38872d5 100644 --- a/package.json +++ b/package.json @@ -4,15 +4,24 @@ "description": "The component IS the skeleton. Auto-measured at runtime, always in sync, zero maintenance. React & React Native.", "keywords": [ "skeleton", + "skeleton-loader", "loader", "react-native", "react", "placeholder", + "content-placeholder", "shimmer", "loading", "animation", "shatter", - "zero-config" + "zero-config", + "bone", + "expo", + "nextjs", + "typescript", + "adaptive", + "network-aware", + "auto-skeleton" ], "license": "MIT", "author": "",