We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b1ddc9 commit 3ce4a71Copy full SHA for 3ce4a71
src/index.ts
@@ -18,7 +18,4 @@ export async function pubm(options: Options): Promise<void> {
18
await run(resolvedOptions);
19
}
20
21
-/**
22
- * Options for configuring the {@linkcode pubm} function.
23
- */
24
export type { Options } from './types/options.js';
src/types/options.ts
@@ -1,5 +1,8 @@
1
export type RegistryType = 'npm' | 'jsr' | string;
2
3
+/**
4
+ * Options for configuring the {@linkcode pubm} function.
5
+ */
6
export interface Options {
7
/**
8
* @description Version to publish
0 commit comments