Skip to content
This repository was archived by the owner on May 2, 2024. It is now read-only.

Commit b34ea5a

Browse files
committed
move type file
1 parent 9dfe2d6 commit b34ea5a

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
"version": "0.1.8",
44
"description": "",
55
"type": "module",
6-
"main": "./build/types/index.js",
7-
"types": "./build/types/index.d.ts",
6+
"types": "./build/index.d.ts",
87
"files": [
98
"build/**/*.js",
109
"build/**/*.d.ts"

src/types/index.ts src/index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ declare namespace Fig {
7171
github?: string;
7272
};
7373

74-
interface Plugin {
74+
export interface Plugin {
7575
/** The name of the plugin */
7676
name: string;
7777
/** The plugin type */

0 commit comments

Comments
 (0)