We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5635fd9 commit bd892e5Copy full SHA for bd892e5
.github/.keepalive
README.md
@@ -78,6 +78,8 @@ var dir = dirname( './foo/bar/index.js' );
78
79
## Examples
80
81
+<!-- eslint-disable node/no-sync -->
82
+
83
<!-- eslint no-undef: "error" -->
84
85
```javascript
package.json
@@ -42,7 +42,7 @@
42
"@stdlib/string-format": "^0.1.1"
43
},
44
"devDependencies": {
45
- "@stdlib/bench": "^0.1.0",
+ "@stdlib/bench": "^0.2.0",
46
"@stdlib/fs-read-dir": "^0.1.1",
47
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
48
"istanbul": "^0.4.1",
0 commit comments