Skip to content

Commit

Permalink
v5.4.1
Browse files Browse the repository at this point in the history
 - [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`
  • Loading branch information
ljharb committed Jan 16, 2022
1 parent 096a9e0 commit 606c62c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tape",
"version": "5.4.0",
"version": "5.4.1",
"description": "tap-producing test harness for node and browsers",
"main": "index.js",
"browser": {
Expand Down

0 comments on commit 606c62c

Please sign in to comment.