Skip to content

Commit

Permalink
fix: fix missing type #911
Browse files Browse the repository at this point in the history
  • Loading branch information
daybrush committed May 9, 2023
1 parent 337e36a commit 0f26c75
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/moveable/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ export * from "./consts";
export * from "./utils";

export default Moveable;

3 changes: 2 additions & 1 deletion packages/react-moveable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"./*",
"src/*",
"dist/*",
"declaration/*"
"declaration/*",
"types/*"
],
"scripts": {
"lint": "eslint ./src/ --ext .ts,.tsx",
Expand Down

0 comments on commit 0f26c75

Please sign in to comment.