Skip to content

Commit

Permalink
chore: update imports
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jul 17, 2022
1 parent db61fce commit 0acd20c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions packages/math/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,14 @@ export * from './createProjection'
export * from './logicAnd'
export * from './logicNot'
export * from './logicOr'
export * from './useAbs'
export * from './useAverage'
export * from './useCeil'
export * from './useClamp'
export * from './useFloor'
export * from './useMath'
export * from './useMax'
export * from './useMin'
export * from './useProjection'
export * from './useRound'
export * from './useSum'
2 changes: 1 addition & 1 deletion packages/math/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vueuse/math",
"version": "8.9.3",
"version": "8.9.4",
"description": "Math functions for VueUse",
"author": "Anthony Fu <https://github.com/antfu>",
"license": "MIT",
Expand Down

0 comments on commit 0acd20c

Please sign in to comment.