aboutsummaryrefslogtreecommitdiff
path: root/src/arguments
diff options
context:
space:
mode:
authorIRONM00N <64110067+IRONM00N@users.noreply.github.com>2022-08-05 22:56:44 -0400
committerIRONM00N <64110067+IRONM00N@users.noreply.github.com>2022-08-05 22:56:44 -0400
commit7894d181d4863e3031c3f7721c345077cc5bc613 (patch)
tree19ab9bfad9de16cc5edd4b1e9e7730c4ec515aed /src/arguments
parent7824c911806e368f6a1bea7f6b55d1f470b755d1 (diff)
downloadtanzanite-7894d181d4863e3031c3f7721c345077cc5bc613.tar.gz
tanzanite-7894d181d4863e3031c3f7721c345077cc5bc613.tar.bz2
tanzanite-7894d181d4863e3031c3f7721c345077cc5bc613.zip
add more mappings
Diffstat (limited to 'src/arguments')
-rw-r--r--src/arguments/abbreviatedNumber.ts2
-rw-r--r--src/arguments/tinyColor.ts2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/arguments/abbreviatedNumber.ts b/src/arguments/abbreviatedNumber.ts
index eba9214..a7d8ce5 100644
--- a/src/arguments/abbreviatedNumber.ts
+++ b/src/arguments/abbreviatedNumber.ts
@@ -1,5 +1,5 @@
import type { BushArgumentTypeCaster } from '#lib';
-import assert from 'assert';
+import assert from 'assert/strict';
import numeral from 'numeral';
assert(typeof numeral === 'function');
diff --git a/src/arguments/tinyColor.ts b/src/arguments/tinyColor.ts
index 8d01928..148c078 100644
--- a/src/arguments/tinyColor.ts
+++ b/src/arguments/tinyColor.ts
@@ -1,5 +1,5 @@
import type { BushArgumentTypeCaster } from '#lib';
-import assert from 'assert';
+import assert from 'assert/strict';
import tinycolorModule from 'tinycolor2';
assert(tinycolorModule);