Skip to content

Commit 73f38bc

Browse files
author
Štěpán Faragula
committed
ReliSA npm release
1 parent d357430 commit 73f38bc

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
node-version: 20
2323
registry-url: https://npm.pkg.github.com/
24-
scope: '@teemo6'
24+
scope: '@relisa'
2525

2626
- name: Install dependencies
2727
run: npm install
@@ -33,7 +33,7 @@ jobs:
3333
run: npm run test
3434

3535
- name: Publish package to GitHub Packages
36-
run: npm publish
36+
run: npm publish --access public
3737
env:
3838
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
3939

gui4vega_react/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gui4vega_react/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
2-
"name": "@teemo6/gui4vega_react",
3-
"version": "0.0.14",
2+
"name": "@relisa/gui4vega",
3+
"version": "0.1.0",
44
"type": "module",
55
"repository": {
66
"type": "git",
7-
"url": "https://github.com/Teemo6/DP_code.git"
7+
"url": "https://github.com/ReliSA/Vega-GUI.git"
88
},
99
"publishConfig": {
10-
"registry": "https://npm.pkg.github.com/@Teemo6",
11-
"access": "restricted"
10+
"registry": "https://npm.pkg.github.com/@ReliSA",
11+
"access": "public"
1212
},
1313
"files": [
1414
"dist"

0 commit comments

Comments
 (0)