File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4
4
"description" : " assemblyscript unit test framework" ,
5
5
"main" : " assembly/index.ts" ,
6
6
"bin" : {
7
- "as-test" : " ./ bin/as-test.js"
7
+ "as-test" : " bin/as-test.js"
8
8
},
9
9
"type" : " module" ,
10
10
"engines" : {
61
61
},
62
62
"repository" : {
63
63
"type" : " git" ,
64
- "url" : " https://github.com/Schleifner /assemblyscript-unittest-framework.git"
64
+ "url" : " git+ https://github.com/wasm-ecosystem /assemblyscript-unittest-framework.git"
65
65
},
66
66
"contributors" : [
67
67
" Congcong Cai <[email protected] >" ,
Original file line number Diff line number Diff line change @@ -158,5 +158,5 @@ export interface SourceFunctionInfo {
158
158
range : [ number , number ] ;
159
159
}
160
160
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" ;
You can’t perform that action at this time.
0 commit comments