From 55ec11222bde1511ed8fb5f6ede2bb6c7d997c2c Mon Sep 17 00:00:00 2001 From: Jan Hoffmann Date: Tue, 20 Dec 2022 14:08:37 +0100 Subject: [PATCH] fix: for naming and release scripts --- .github/workflows/publish.yaml | 4 ++-- src/package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 3f3d82a..e8c06e1 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -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 @@ -47,4 +47,4 @@ jobs: cd dist npm publish env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN_PUBLISH_AUTO }} + NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} diff --git a/src/package.json b/src/package.json index afc8e1e..a11c413 100644 --- a/src/package.json +++ b/src/package.json @@ -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", @@ -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": {