Skip to content

Commit

Permalink
type fix in dependencies.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
musdotdigital committed Nov 29, 2023
1 parent dc79823 commit 98b4dfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dependencies.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export class Package {
version: string
[key: string]: string

constructor(name: string, version: string, extraFields?: {[key: string]: any}) {
constructor(name: string, version: string, extraFields?: {[key: string]: string}) {
this.name = name
this.version = version
Object.assign(this, extraFields)
Expand Down

0 comments on commit 98b4dfe

Please sign in to comment.