tags added for npm

This commit is contained in:
unknown 2020-08-15 12:03:12 +03:00
parent 228ce2e4bd
commit 3bfcf0df5d
2 changed files with 2 additions and 2 deletions

View File

@ -22,6 +22,6 @@ jobs:
- name: NPM Publish - name: NPM Publish
run: | run: |
npm ci npm ci
npm publish --access public npm publish --access public --tag [react, gantt, typescript, chart, svg, gantt-chart, gantt chart, react-gantt, task]
env: env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }} NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

View File

@ -1,6 +1,6 @@
{ {
"name": "gantt-task-react", "name": "gantt-task-react",
"version": "0.1.1", "version": "0.1.2",
"description": "Interactive Gantt Chart for React with TypeScript.", "description": "Interactive Gantt Chart for React with TypeScript.",
"author": "MaTeMaTuK <maksym.vikarii@gmail.com>", "author": "MaTeMaTuK <maksym.vikarii@gmail.com>",
"homepage": "https://github.com/MaTeMaTuK/gantt-task-react", "homepage": "https://github.com/MaTeMaTuK/gantt-task-react",