From 11712a1ae0d88718220719ac9848393628b460d2 Mon Sep 17 00:00:00 2001 From: Simek Date: Sun, 21 Jul 2024 10:47:43 +0200 Subject: [PATCH] chore: move the description to the package `package.json` --- package.json | 1 - packages/moti/package.json | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1c0edf2..4b8afcb 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,4 @@ { - "description": "The universal React Native animation library, powered by Reanimated 3. 🦉", "private": true, "workspaces": { "packages": [ diff --git a/packages/moti/package.json b/packages/moti/package.json index 55b8025..d97af78 100644 --- a/packages/moti/package.json +++ b/packages/moti/package.json @@ -1,5 +1,6 @@ { "name": "moti", + "description": "The universal React Native animation library, powered by Reanimated 3. 🦉", "version": "0.29.0", "keywords": [ "react-native",