Skip to content

Commit

Permalink
npm keywords has added
Browse files Browse the repository at this point in the history
  • Loading branch information
MaTeMaTuK committed Aug 15, 2020
1 parent 3bfcf0d commit 42fed5c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
11 changes: 11 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 42fed5c

Please sign in to comment.