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

Commit

Permalink
fix: add title + description to pjson
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Jan 31, 2018
1 parent 813c4a0 commit ddfe082
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pjson.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ export interface IPJSON extends Package {
hooks: { [name: string]: string[] }
plugins?: string[] | string
devPlugins?: string[]
title?: string
description?: string
topics: {
[k: string]: {
description?: string
Expand Down

0 comments on commit ddfe082

Please sign in to comment.