Skip to content

Commit 606c62c

Browse files
committed
v5.4.1
- [Fix] avoid failing in ES3 engines that lack `Object.keys`, and `.every` - [Robustness] use cached `.test` - [meta] better `eclint` command - [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `aud`
1 parent 096a9e0 commit 606c62c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tape",
3-
"version": "5.4.0",
3+
"version": "5.4.1",
44
"description": "tap-producing test harness for node and browsers",
55
"main": "index.js",
66
"browser": {

0 commit comments

Comments
 (0)