Commit 5fee5301 authored by nanahira's avatar nanahira

fix and update url

parent 295e2ad5
......@@ -127,7 +127,7 @@ export default class YGOProDeck {
return this;
}
static fromUpdateDeckPayload(buf: Uint8Array, isExtraDeckCard: (code: number) => boolean = () => false) {
static fromUpdateDeckPayload(buf: Uint8Array, isExtraDeckCard: (code: number, i: number, mainc: number) => boolean = () => false) {
return new YGOProDeck().fromUpdateDeckPayload(buf, isExtraDeckCard);
}
......
......@@ -16,15 +16,15 @@
},
"repository": {
"type": "git",
"url": "https://code.mycard.moe/mycard/ygopro-deck-encode.git"
"url": "https://code.moenext.com/mycard/ygopro-deck-encode.git"
},
"author": "Nanahira <nanahira@momobako.com>",
"license": "MIT",
"keywords": [],
"bugs": {
"url": "https://code.mycard.moe/mycard/ygopro-deck-encode/issues"
"url": "https://code.moenext.com/mycard/ygopro-deck-encode/issues"
},
"homepage": "https://code.mycard.moe/mycard/ygopro-deck-encode",
"homepage": "https://code.moenext.com/mycard/ygopro-deck-encode",
"jest": {
"moduleFileExtensions": [
"js",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment