meta, repo url in package.json
All checks were successful
Publish npm package / publish (push) Successful in 30s

This commit is contained in:
Gregor Lohaus
2026-05-26 09:28:05 +02:00
parent e900729c8f
commit 452d872954

View File

@@ -1,6 +1,6 @@
{
"name": "@gregorlohaus/tdir",
"version": "0.2.0",
"version": "0.2.1",
"license": "MIT",
"type": "module",
"main": "./dist/index.js",
@@ -25,5 +25,9 @@
},
"peerDependencies": {
"zod": "^4"
},
"repository": {
"type": "git",
"url": "https://gitea.gregorlohaus.com/gregor/tdir"
}
}