Skip to content

Commit 08eb191

Browse files
committed
Rename command
1 parent 0a876f6 commit 08eb191

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

lib/node_modules/@stdlib/assert/has-uint16array-support/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ if ( bool ) {
7575
### Usage
7676

7777
```text
78-
Usage: hasuint16arrays [options]
78+
Usage: has-uint16array-support [options]
7979
8080
Options:
8181
@@ -92,7 +92,7 @@ Options:
9292
### Examples
9393

9494
```bash
95-
$ hasuint16arrays
95+
$ has-uint16array-support
9696
<boolean>
9797
```
9898

lib/node_modules/@stdlib/assert/has-uint16array-support/docs/usage.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
Usage: hasuint16arrays [options]
2+
Usage: has-uint16array-support [options]
33

44
Options:
55

lib/node_modules/@stdlib/assert/has-uint16array-support/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}
1515
],
1616
"bin": {
17-
"hasuint16arrays": "./bin/cli"
17+
"has-uint16array-support": "./bin/cli"
1818
},
1919
"main": "./lib",
2020
"directories": {

0 commit comments

Comments
 (0)