chore: fix namespaces

This commit is contained in:
2026-07-04 22:40:58 +02:00
parent 832b9b2bad
commit 9d3ef431b0
6 changed files with 66 additions and 26 deletions
+10 -3
View File
@@ -1,9 +1,12 @@
{
"name": "gen-doctests",
"author": {
"name": "BluePlum",
"url": "https://git.louiscreates.com/blueplum"
},
"description": "Tool for generating tests from JSDoc @example:s for various test harnesses",
"keywords": ["tool", "docs", "test", "doctest"],
"private": false,
"version": "0.2.2",
"version": "0.2.3",
"type": "module",
"bin": "dist/index.js",
"scripts": {
@@ -42,5 +45,9 @@
"jiti": "^2.7.0",
"picomatch": "^4.0.5",
"typescript": "^6.0.3"
}
},
"repository": {
"url": "https://git.louiscreates.com/blueplum/gen-doctests"
},
"license": "MIT"
}