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

Commit

Permalink
fix: add optional url type to user plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Jun 1, 2018
1 parent bba8ea7 commit 57cb0c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pjson.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ export namespace PJSON {
export interface User {
type: 'user',
name: string,
url?: string,
tag?: string,
}
export interface Link {
Expand Down

0 comments on commit 57cb0c5

Please sign in to comment.