From 415ee26e41c22efb75764ec8772a333bbd968ccc Mon Sep 17 00:00:00 2001 From: Micha de Vries Date: Wed, 2 Oct 2024 20:59:44 +0200 Subject: [PATCH] Add description and keywords (#353) --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 7b624f3..0966c70 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,10 @@ { "name": "surrealdb", - "version": "1.0.5", + "version": "1.0.6", "type": "module", "license": "Apache-2.0", + "description": "The official SurrealDB SDK for JavaScript.", + "keywords": ["surrealdb", "surrealdb.js", "javascript", "typescript"], "repository": { "type": "git", "url": "git+https://github.com/surrealdb/surrealdb.js.git"