diff options
| author | (quasar) nebula <qznebula@protonmail.com> | 2026-03-31 19:49:04 -0300 |
|---|---|---|
| committer | (quasar) nebula <qznebula@protonmail.com> | 2026-03-31 19:49:04 -0300 |
| commit | fd3a79f347f51dbd9fac2fc7192bd68bc812a587 (patch) | |
| tree | 6204a199a977554c5cf4c58862b8e90b9f6f7b94 /package.json | |
| parent | 12c11ea8227a7961ec01795161e53a8720834e0d (diff) | |
drop tcompare and some unused test helpers
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package.json b/package.json index 6a651761..39b73e06 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,6 @@ }, "license": "MIT", "devDependencies": { - "tap": "21.6.2", - "tcompare": "^6.0.0" + "tap": "21.6.2" } } |