1 Commits

Author SHA1 Message Date
Gregor Lohaus
452d872954 meta, repo url in package.json
All checks were successful
Publish npm package / publish (push) Successful in 30s
2026-05-26 09:28:05 +02:00

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"
}
}