Skip to content

Commit

Permalink
updated exports from math module
Browse files Browse the repository at this point in the history
  • Loading branch information
hansoksendahl committed May 31, 2024
1 parent 4ef681e commit 7cd02ae
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": "@recon-struct/utility-types",
"version": "1.5.0",
"version": "1.5.1",
"devDependencies": {
"eslint": "^9.3.0",
"prettier": "^3.2.5",
Expand Down
1 change: 1 addition & 0 deletions src/math/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ export * from './compare'
export * from './decrement'
export * from './divide'
export * from './increment'
export * from './mod'
export * from './multiply'
export * from './negate'
export * from './power'
Expand Down

0 comments on commit 7cd02ae

Please sign in to comment.