From 0f2409a048f5b78e6b607deb53a9e97b40bacbcb Mon Sep 17 00:00:00 2001 From: superical Date: Wed, 22 Nov 2023 17:04:04 +0800 Subject: [PATCH] feat: re-release under tt org (#1) --- .github/workflows/tests.yml | 15 --------------- package.json | 4 ++-- 2 files changed, 2 insertions(+), 17 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 50ecac24..8d649e30 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -32,18 +32,3 @@ jobs: node-version: 14.x - run: npm ci --ignore-scripts - run: npm run build - - coverage: - name: Test Coverage - needs: [ run-tests ] - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - name: Download coverage - uses: actions/download-artifact@v3 - with: - name: test-coverage - - uses: codecov/codecov-action@v3 - with: - fail_ci_if_error: true - verbose: true diff --git a/package.json b/package.json index 28d1f61d..7b7a3db8 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@govtechsg/token-registry", + "name": "@tradetrust-tt/token-registry", "version": "1.0.0", "files": [ "dist", @@ -7,7 +7,7 @@ ], "main": "dist/index.js", "types": "dist/types/index.d.ts", - "repository": "git@github.com:Open-Attestation/token-registry.git", + "repository": "git@github.com:TradeTrust/token-registry.git", "author": "GovTech", "license": "Apache-2.0", "scripts": {