Skip to content

Commit 6e02e59

Browse files
committed
fix(pkg:number): added missing exports
1 parent da6e745 commit 6e02e59

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"lint": "bash ./utils/eslint.sh",
77
"clean": "ottoia clean",
88
"rebuild": "ottoia clean && npm run build && npm run lint",
9-
"ottoia:prepublish": "npm run build-libs && npm run check-deps && npm run check-build && npm run lint",
9+
"ottoia:prepublish": "npm run rebuild",
1010
"build": "bash ./utils/build.sh",
1111
"typecheck": "npm run build",
1212
"build-watch": "bash ./utils/build-watch.sh",

packages/partials/number/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@
1515
*/
1616

1717
export * as Units from './Classes/UnitConverter';
18+
export * from './Functions/RandomBetween';

0 commit comments

Comments
 (0)