Skip to content
This repository was archived by the owner on Aug 22, 2023. It is now read-only.

Commit 6083c8e

Browse files
committed
fix: add schema
1 parent fcd7fce commit 6083c8e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pjson.ts

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ export interface IPJSON extends Package {
44
name: string
55
version: string
66
anycli: {
7+
schema?: number
78
bin?: string
89
npmRegistry?: string
910
pluginScope?: string

0 commit comments

Comments
 (0)