Skip to content

Commit

Permalink
fix: for naming and release scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
hoffmannjan committed Dec 20, 2022
1 parent 65df242 commit 55ec112
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
node-version: '16.18.0'
registry-url: "https://registry.npmjs.org"
scope: "@zondax"
scope: "@casperlabs/ts-results"
- name: Install packages
run: npm ci
- name: Build package
Expand All @@ -47,4 +47,4 @@ jobs:
cd dist
npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN_PUBLISH_AUTO }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4 changes: 2 additions & 2 deletions src/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@zondax/ts-results",
"name": "@casperlabs/ts-results",
"version": "3.3.4",
"description": "A typescript implementation of Rust's Result and Option objects. (Forked)",
"main": "index.js",
Expand Down Expand Up @@ -27,7 +27,7 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/zondax/ts-results"
"url": "https://github.com/casperlabs/ts-results"
},
"readme": "README.md",
"publishConfig": {
Expand Down

0 comments on commit 55ec112

Please sign in to comment.