Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

Commit

Permalink
Fix/missing type (#17)
Browse files Browse the repository at this point in the history
* fix: Missing type

* v0.0.17
  • Loading branch information
mbaumanndev authored Jan 13, 2022
1 parent 365f8f5 commit 6e6f16f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@psycle/repsycle",
"version": "0.0.16",
"version": "0.0.17",
"description": "Psycle Research front-end toolkit",
"author": "Psycle Research",
"keywords": [
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export type {
ChangedElement,
DrawZoneContainerProps,
DrawZoneProps,
DrawZoneMode,
SizeMode,
DrawZoneState,
} from './draw-zone'
Expand Down

0 comments on commit 6e6f16f

Please sign in to comment.