We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da6e745 commit 6e02e59Copy full SHA for 6e02e59
package.json
@@ -6,7 +6,7 @@
6
"lint": "bash ./utils/eslint.sh",
7
"clean": "ottoia clean",
8
"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",
+ "ottoia:prepublish": "npm run rebuild",
10
"build": "bash ./utils/build.sh",
11
"typecheck": "npm run build",
12
"build-watch": "bash ./utils/build-watch.sh",
packages/partials/number/src/index.ts
@@ -15,3 +15,4 @@
15
*/
16
17
export * as Units from './Classes/UnitConverter';
18
+export * from './Functions/RandomBetween';
0 commit comments