From 813f97271e3183787656195f489f145b56043dca Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 20 Apr 2021 13:23:04 +0000 Subject: [PATCH] fix: updated package.json[keywords] --- package.json | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index bb2bb06..d316320 100644 --- a/package.json +++ b/package.json @@ -38,5 +38,19 @@ }, "publishConfig": { "access": "public" - } + }, + "keywords": [ + "frontend", + "javascript", + "node", + "nodejs", + "npm", + "npm-package", + "nuxt", + "nuxt-content", + "nuxt-module", + "nuxtjs", + "nuxtjs-module", + "webdevelopment" + ] }