This commit is contained in:
2025-12-02 20:37:09 -08:00
parent bdb8121e6e
commit 8d470e3b5b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -26,7 +26,7 @@
"test": "node scripts/test.ts",
"prepack": "tsc -p src/lib/tsconfig.json",
"compile": "node scripts/compile.ts",
"docs": "typedoc src/lib/packwiz.ts"
"docs": "typedoc src/lib/packwiz.ts --tsconfig src/lib/tsconfig.json"
},
"dependencies": {
"commander": "^14.0.2",
+1 -1
View File
@@ -235,7 +235,7 @@ export interface Mod {
"hash-format": HashFormat
/** The hash of the specified file, as a string. @see {@link Hash} */
"hash": Hash
/** The URL to download the mod from. @see {@link URL} */
/** The URL to download the mod from. @see {@link Url} */
"url"?: Url
"mode"?: string
}