This commit is contained in:
Philipp Kunz 2024-11-06 02:47:44 +01:00
parent df12f0ad83
commit dcb4ee301b

View File

@ -1,7 +1,7 @@
{ {
"name": "@push.rocks/tapbundle", "name": "@push.rocks/tapbundle",
"private": false, "private": false,
"version": "5.4.0", "version": "5.4.1",
"description": "A test automation library bundling utilities and tools for TAP (Test Anything Protocol) based testing, specifically tailored for tapbuffer.", "description": "A test automation library bundling utilities and tools for TAP (Test Anything Protocol) based testing, specifically tailored for tapbuffer.",
"exports": { "exports": {
".": "./dist_ts/index.js", ".": "./dist_ts/index.js",
@ -74,4 +74,4 @@
"web helpers", "web helpers",
"test utilities" "test utilities"
] ]
} }