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
|
||||
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
package.json
11
package.json
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user