1
0
mirror of https://github.com/robonen/tools.git synced 2026-03-20 10:54:44 +00:00

feat(packages/stdlib): add jsr support

This commit is contained in:
2024-04-12 00:42:47 +07:00
parent 7182706595
commit fb76d11725

6
packages/stdlib/jsr.json Normal file
View File

@@ -0,0 +1,6 @@
{
"$schema": "https://jsr.io/schema/config-file.v1.json",
"name": "@robonen/stdlib",
"version": "0.0.1",
"exports": "./src/index.ts"
}