From fb32c7b2d177d27f784f15ee24bdd1193bac6859 Mon Sep 17 00:00:00 2001 From: Xinquan XU Date: Wed, 26 Feb 2025 15:17:31 +0800 Subject: [PATCH] update repository name --- package.json | 4 ++-- src/interface.ts | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 5f2126a..aa2e045 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "assemblyscript unit test framework", "main": "assembly/index.ts", "bin": { - "as-test": "./bin/as-test.js" + "as-test": "bin/as-test.js" }, "type": "module", "engines": { @@ -61,7 +61,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/Schleifner/assemblyscript-unittest-framework.git" + "url": "git+https://github.com/wasm-ecosystem/assemblyscript-unittest-framework.git" }, "contributors": [ "Congcong Cai ", diff --git a/src/interface.ts b/src/interface.ts index bd42604..5ccbf33 100644 --- a/src/interface.ts +++ b/src/interface.ts @@ -158,5 +158,5 @@ export interface SourceFunctionInfo { range: [number, number]; } -export const OrganizationName = "Schleifner"; -export const Repository = "https://github.com/Schleifner/assemblyscript-unittest-framework"; +export const OrganizationName = "wasm-ecosystem"; +export const Repository = "https://github.com/wasm-ecosystem/assemblyscript-unittest-framework";