Skip to content

Commit

Permalink
webflow: Added missing WebflowModule export.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexiglesias93 committed Nov 11, 2021
1 parent 621d295 commit ddc3c01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@finsweet/ts-utils",
"version": "0.23.3",
"version": "0.23.4",
"description": "Typescript utils for custom Webflow projects.",
"main": "index.ts",
"module": "index.ts",
Expand Down
2 changes: 1 addition & 1 deletion types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ export type { PartialExcept } from './PartialExcept';
export type { PickPartial } from './PickPartial';
export type { PickRequired } from './PickRequired';
export type { RequiredExcept } from './RequiredExcept';
export type { Webflow } from './Webflow';
export type { Webflow, WebflowModule } from './Webflow';
export * from './WebflowElements';

0 comments on commit ddc3c01

Please sign in to comment.