npm keywords has added
This commit is contained in:
parent
3bfcf0df5d
commit
42fed5ceb6
2
.github/workflows/npm-publish.yml
vendored
2
.github/workflows/npm-publish.yml
vendored
@ -22,6 +22,6 @@ jobs:
|
|||||||
- name: NPM Publish
|
- name: NPM Publish
|
||||||
run: |
|
run: |
|
||||||
npm ci
|
npm ci
|
||||||
npm publish --access public --tag [react, gantt, typescript, chart, svg, gantt-chart, gantt chart, react-gantt, task]
|
npm publish --access public
|
||||||
env:
|
env:
|
||||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
|
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
|
||||||
|
|||||||
11
package.json
11
package.json
@ -12,6 +12,17 @@
|
|||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=10"
|
"node": ">=10"
|
||||||
},
|
},
|
||||||
|
"keywords": [
|
||||||
|
"react",
|
||||||
|
"gantt",
|
||||||
|
"typescript",
|
||||||
|
"chart",
|
||||||
|
"svg",
|
||||||
|
"gantt-chart",
|
||||||
|
"gantt chart",
|
||||||
|
"react-gantt",
|
||||||
|
"task"
|
||||||
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "microbundle-crl --no-compress --format modern,cjs",
|
"build": "microbundle-crl --no-compress --format modern,cjs",
|
||||||
"start": "microbundle-crl watch --no-compress --format modern,cjs",
|
"start": "microbundle-crl watch --no-compress --format modern,cjs",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user