Skip to content

Commit

Permalink
Merge pull request #25
Browse files Browse the repository at this point in the history
Fix export in TypeScript typings
  • Loading branch information
lostpebble authored Oct 29, 2020
2 parents 6e73e63 + 5f5cb3f commit 88dc5b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ declare class GeneratePackageJsonPlugin extends Plugin {
);
}

export default GeneratePackageJsonPlugin;
export = GeneratePackageJsonPlugin;

0 comments on commit 88dc5b0

Please sign in to comment.