publishing changes

This commit is contained in:
unknown 2020-07-23 22:01:07 +03:00
parent 7dbba9341f
commit 469368cf9d
2 changed files with 10 additions and 7 deletions

View File

@ -17,12 +17,9 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: 12.x
registry-url: https://npm.pkg.github.com
scope: '@MaTeMaTuK'
registry-url: https://registry.npmjs.org
- name: NPM Publish
run: |
npm ci
npm publish
run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

View File

@ -3,6 +3,7 @@
"license": "MIT",
"name": "gantt-task-react",
"author": "Maksym Vikarii <maksym.vikarii@gmail.com>",
"homepage": "https://github.com/MaTeMaTuK/gantt-task-react",
"module": "dist/gantt-task-react.esm.js",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
@ -48,5 +49,10 @@
"autoprefixer": "^9.8.5",
"cssnano": "^4.1.10",
"rollup-plugin-postcss": "^3.1.2"
}
},
"keywords": [
"gantt",
"typescript",
"react"
]
}