fix docs
This commit is contained in:
+1
-1
@@ -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
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user