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

Commit ddfe082

Browse files
committed
fix: add title + description to pjson
1 parent 813c4a0 commit ddfe082

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/pjson.ts

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ export interface IPJSON extends Package {
1111
hooks: { [name: string]: string[] }
1212
plugins?: string[] | string
1313
devPlugins?: string[]
14+
title?: string
15+
description?: string
1416
topics: {
1517
[k: string]: {
1618
description?: string

0 commit comments

Comments
 (0)