From 15370e872e7110a72338f6086326c967f6a57f00 Mon Sep 17 00:00:00 2001 From: Paul Le Cam Date: Wed, 17 Apr 2024 09:51:19 +0100 Subject: [PATCH] Add keywords to packages --- composites/points/package.json | 5 +++++ libraries/points/package.json | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/composites/points/package.json b/composites/points/package.json index f986700..6d7bb19 100644 --- a/composites/points/package.json +++ b/composites/points/package.json @@ -3,6 +3,11 @@ "version": "0.1.0", "author": "3Box Labs", "license": "(Apache-2.0 OR MIT)", + "keywords": [ + "ceramic", + "composite", + "points" + ], "repository": { "type": "git", "url": "https://github.com/ceramicstudio/solutions-sdk", diff --git a/libraries/points/package.json b/libraries/points/package.json index 38edfb8..3d01d87 100644 --- a/libraries/points/package.json +++ b/libraries/points/package.json @@ -3,6 +3,10 @@ "version": "0.1.0", "author": "3Box Labs", "license": "(Apache-2.0 OR MIT)", + "keywords": [ + "ceramic", + "points" + ], "repository": { "type": "git", "url": "https://github.com/ceramicstudio/solutions-sdk",