Skip to content

Commit

Permalink
feat: re-release under tt org (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
superical authored Nov 22, 2023
1 parent e8c6192 commit 0f2409a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 17 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@govtechsg/token-registry",
"name": "@tradetrust-tt/token-registry",
"version": "1.0.0",
"files": [
"dist",
"contracts"
],
"main": "dist/index.js",
"types": "dist/types/index.d.ts",
"repository": "[email protected]:Open-Attestation/token-registry.git",
"repository": "[email protected]:TradeTrust/token-registry.git",
"author": "GovTech",
"license": "Apache-2.0",
"scripts": {
Expand Down

0 comments on commit 0f2409a

Please sign in to comment.