From 9dbd139647999ab0d7df3db365c0f62e09ef66ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20de=20Metz?= Date: Tue, 14 May 2024 21:45:35 +0200 Subject: [PATCH] Add keywords to the package.json. --- package.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/package.json b/package.json index dd3f7d1..ffccaa9 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,13 @@ "name": "maplibre-gl-indoorequal", "version": "1.0.0-rc3", "description": "Integrate indoor= into your maplibre-gl.js map.", + "keywords": [ + "maplibre", + "maplibre-gl", + "indoor", + "indoorequal", + "indoor=" + ], "repository": "https://github.com/indoorequal/maplibre-gl-indoorequal", "author": "François de Metz", "license": "BSD",