diff --git a/packages/icons/lucide/vanilla/package.json b/packages/icons/lucide/vanilla/package.json index 71430bf0..70f87e24 100644 --- a/packages/icons/lucide/vanilla/package.json +++ b/packages/icons/lucide/vanilla/package.json @@ -1,7 +1,7 @@ { "name": "@pmndrs/uikit-lucide", "version": "0.0.0", - "description": "lucide icons for v3/uikit", + "description": "lucide icons for vanilla uikit", "files": [ "dist" ], diff --git a/packages/react/package.json b/packages/react/package.json index 2aa14515..085af2bd 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -2,6 +2,7 @@ "name": "@react-three/uikit", "type": "module", "version": "0.0.0", + "description": "Build performant 3D user interfaces with react-three-fiber and yoga.", "license": "SEE LICENSE IN LICENSE", "homepage": "https://github.com/pmndrs/uikit", "author": "Bela Bohlender", diff --git a/packages/uikit/package.json b/packages/uikit/package.json index 667590ad..2ade7da2 100644 --- a/packages/uikit/package.json +++ b/packages/uikit/package.json @@ -1,7 +1,7 @@ { "name": "@pmndrs/uikit", "type": "module", - "description": "Build performant 3D user interfaces for Three.js yoga.", + "description": "Build performant 3D user interfaces with Three.js and yoga.", "version": "0.0.0", "license": "SEE LICENSE IN LICENSE", "homepage": "https://github.com/pmndrs/uikit",