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
run: |
npm ci
npm publish --access public
npm publish --access public --tag [react, gantt, typescript, chart, svg, gantt-chart, gantt chart, react-gantt, task]
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

View File

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