From f8dcddecbda0b869da8103987c7f256cf62b8f65 Mon Sep 17 00:00:00 2001 From: rpidanny Date: Fri, 5 Jul 2024 20:43:34 +0200 Subject: [PATCH] fix: npm tags --- cspell.json | 1 + package.json | 15 ++++++++++++++- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/cspell.json b/cspell.json index ff18829..101087a 100644 --- a/cspell.json +++ b/cspell.json @@ -5,6 +5,7 @@ "language": "en", // words - list of words to be always considered correct "words": [ + "bioinformatics", "camelcase", "Caproiciproducens", "Colidextribacter", diff --git a/package.json b/package.json index 95855e9..3c10ab3 100644 --- a/package.json +++ b/package.json @@ -117,7 +117,20 @@ ], "homepage": "https://github.com/rpidanny/darwin", "keywords": [ - "oclif" + "darwin", + "bioinformatics", + "biotech", + "biotechnology", + "research", + "research papers", + "genomics", + "google scholar", + "research assistant", + "research tools", + "research utility", + "molecular biology", + "llm", + "cli" ], "license": "MIT", "main": "dist/index.js",