Skip to content

Commit

Permalink
fix: export Author type
Browse files Browse the repository at this point in the history
  • Loading branch information
@jotadeveloper authored and sergiohgz committed Jul 25, 2019
1 parent 7575e75 commit bf7115b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/types/src/types.js
Original file line number Diff line number Diff line change
Expand Up @@ -498,4 +498,5 @@ declare module "@verdaccio/types" {
declare export type JWTOptions = verdaccio$JWTOptions;
declare export type JWTSignOptions = verdaccio$JWTSignOptions;
declare export type JWTVerifyOptions = verdaccio$JWTVerifyOptions;
declare export type Author = verdaccio$Author;
}

0 comments on commit bf7115b

Please sign in to comment.