publishing changes
This commit is contained in:
parent
7dbba9341f
commit
469368cf9d
9
.github/workflows/npm-publish.yml
vendored
9
.github/workflows/npm-publish.yml
vendored
@ -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 }}
|
||||
|
||||
@ -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"
|
||||
]
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user