From 42fed5ceb6d31782065e3c67c4ec9c302bb005b1 Mon Sep 17 00:00:00 2001 From: unknown Date: Sat, 15 Aug 2020 12:09:47 +0300 Subject: [PATCH] npm keywords has added --- .github/workflows/npm-publish.yml | 2 +- package.json | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 7dbca461..adb1d991 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -22,6 +22,6 @@ jobs: - name: NPM Publish run: | npm ci - npm publish --access public --tag [react, gantt, typescript, chart, svg, gantt-chart, gantt chart, react-gantt, task] + npm publish --access public env: NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }} diff --git a/package.json b/package.json index 524a88a1..1278d788 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,17 @@ "engines": { "node": ">=10" }, + "keywords": [ + "react", + "gantt", + "typescript", + "chart", + "svg", + "gantt-chart", + "gantt chart", + "react-gantt", + "task" + ], "scripts": { "build": "microbundle-crl --no-compress --format modern,cjs", "start": "microbundle-crl watch --no-compress --format modern,cjs",