Skip to content

Commit dfefb0f

Browse files
committed
remove @Blockware from code
1 parent ed3f8b4 commit dfefb0f

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish to Blockware Public NPM
1+
name: Publish to Kapeta Public NPM
22
on:
33
push:
44
branches:
@@ -22,7 +22,7 @@ jobs:
2222
uses: 'google-github-actions/setup-gcloud@v1'
2323
with:
2424
project_id: ${{ secrets.GCP_PROJECT_ID }}
25-
- run: echo '@blockware:registry=${{ secrets.GCP_ARTIFACT_NPM_URL }}' > .npmrc
25+
- run: echo '@kapeta:registry=${{ secrets.GCP_ARTIFACT_NPM_URL }}' > .npmrc
2626
- run: npm install
2727
- run: npx google-artifactregistry-auth .npmrc
2828
- run: npm publish --registry ${{ secrets.GCP_ARTIFACT_NPM_URL }}

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
2-
"name": "@blockware/sdk-web-rest-client",
3-
"version": "0.0.2",
2+
"name": "@kapeta/sdk-web-rest-client",
3+
"version": "0.0.3",
44
"description": "",
55
"main": "index.js",
66
"private": false,
77
"publishConfig": {
88
"access": "public"
99
},
1010
"keywords": [
11-
"blockware"
11+
"kapeta"
1212
],
1313
"license": "MIT"
1414
}

0 commit comments

Comments
 (0)