npm keywords has added

This commit is contained in:
unknown 2020-08-15 12:09:47 +03:00
parent 3bfcf0df5d
commit 42fed5ceb6
2 changed files with 12 additions and 1 deletions

View File

@ -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 }}

View File

@ -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",