From e80bc3abfdf1dab40bb9afefdcc6069343e7d801 Mon Sep 17 00:00:00 2001 From: batrdn Date: Thu, 10 Jun 2021 15:55:57 +0800 Subject: [PATCH] feat: add keywords to package --- package.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/package.json b/package.json index 7597653..c3371a0 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,13 @@ "repository": "https://github.com/batrdn/nock-graphql.git", "author": "batrdn ", "license": "Apache", + "keywords": [ + "graphql test", + "nock", + "client-side graphql test", + "unit testing", + "graphql test mock" + ], "scripts": { "build": "tsc", "format": "prettier -u --check .",