Skip to content

Commit fb32c7b

Browse files
Xinquan XUXinquan XU
authored andcommitted
update repository name
1 parent a1e2089 commit fb32c7b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "assemblyscript unit test framework",
55
"main": "assembly/index.ts",
66
"bin": {
7-
"as-test": "./bin/as-test.js"
7+
"as-test": "bin/as-test.js"
88
},
99
"type": "module",
1010
"engines": {
@@ -61,7 +61,7 @@
6161
},
6262
"repository": {
6363
"type": "git",
64-
"url": "https://github.com/Schleifner/assemblyscript-unittest-framework.git"
64+
"url": "git+https://github.com/wasm-ecosystem/assemblyscript-unittest-framework.git"
6565
},
6666
"contributors": [
6767
"Congcong Cai <[email protected]>",

src/interface.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,5 +158,5 @@ export interface SourceFunctionInfo {
158158
range: [number, number];
159159
}
160160

161-
export const OrganizationName = "Schleifner";
162-
export const Repository = "https://github.com/Schleifner/assemblyscript-unittest-framework";
161+
export const OrganizationName = "wasm-ecosystem";
162+
export const Repository = "https://github.com/wasm-ecosystem/assemblyscript-unittest-framework";

0 commit comments

Comments
 (0)