Skip to content

Commit

Permalink
Update publish config
Browse files Browse the repository at this point in the history
  • Loading branch information
daniluk4000 committed Oct 20, 2023
1 parent c055da4 commit a94da70
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,12 @@ jobs:
with:
node-version: 20
- run: yarn
- run: yarn publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- run: yarn lint && yarn build:full
- uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.NPM_TOKEN }}
package: ./packages/vue-yandex-maps
tag: next
docs-deploy:
name: Docs Deploy
environment:
Expand Down
6 changes: 3 additions & 3 deletions packages/vue-yandex-maps/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue-yandex-maps",
"version": "2.0.0-beta.1",
"description": "Yandex Maps component for VueJS.",
"description": "Yandex Maps 3.0 components library for VueJS.",
"main": "./dist/vue-yandex-maps.js",
"types": "./dist/index.d.ts",
"exports": {
Expand Down Expand Up @@ -30,12 +30,12 @@
"dist"
],
"engines": {
"node": ">=16.14"
"node": ">=18"
},
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/PNKBizz/vue-yandex-map.git"
"url": "https://github.com/yandex-maps-unofficial/vue-yandex-maps"
},
"keywords": [
"яндекс карты",
Expand Down

0 comments on commit a94da70

Please sign in to comment.