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
|
uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: 12.x
|
node-version: 12.x
|
||||||
registry-url: https://npm.pkg.github.com
|
registry-url: https://registry.npmjs.org
|
||||||
scope: '@MaTeMaTuK'
|
|
||||||
|
|
||||||
- name: NPM Publish
|
- name: NPM Publish
|
||||||
run: |
|
run: npm publish
|
||||||
npm ci
|
|
||||||
npm publish
|
|
||||||
env:
|
env:
|
||||||
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
|
||||||
|
|||||||
@ -3,6 +3,7 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"name": "gantt-task-react",
|
"name": "gantt-task-react",
|
||||||
"author": "Maksym Vikarii <maksym.vikarii@gmail.com>",
|
"author": "Maksym Vikarii <maksym.vikarii@gmail.com>",
|
||||||
|
"homepage": "https://github.com/MaTeMaTuK/gantt-task-react",
|
||||||
"module": "dist/gantt-task-react.esm.js",
|
"module": "dist/gantt-task-react.esm.js",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"typings": "dist/index.d.ts",
|
"typings": "dist/index.d.ts",
|
||||||
@ -48,5 +49,10 @@
|
|||||||
"autoprefixer": "^9.8.5",
|
"autoprefixer": "^9.8.5",
|
||||||
"cssnano": "^4.1.10",
|
"cssnano": "^4.1.10",
|
||||||
"rollup-plugin-postcss": "^3.1.2"
|
"rollup-plugin-postcss": "^3.1.2"
|
||||||
}
|
},
|
||||||
|
"keywords": [
|
||||||
|
"gantt",
|
||||||
|
"typescript",
|
||||||
|
"react"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user