Skip to content

Commit bd892e5

Browse files
committed
Auto-generated commit
1 parent 5635fd9 commit bd892e5

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/.keepalive

-1
This file was deleted.

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ var dir = dirname( './foo/bar/index.js' );
7878

7979
## Examples
8080

81+
<!-- eslint-disable node/no-sync -->
82+
8183
<!-- eslint no-undef: "error" -->
8284

8385
```javascript

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@stdlib/string-format": "^0.1.1"
4343
},
4444
"devDependencies": {
45-
"@stdlib/bench": "^0.1.0",
45+
"@stdlib/bench": "^0.2.0",
4646
"@stdlib/fs-read-dir": "^0.1.1",
4747
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
4848
"istanbul": "^0.4.1",

0 commit comments

Comments
 (0)