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

chore(packages): update jsr config

This commit is contained in:
2024-10-23 07:46:45 +07:00
parent 9e7d7d8fdb
commit dc5e45acda
3 changed files with 5 additions and 2 deletions

View File

@@ -1,5 +1,7 @@
{
"$schema": "https://jsr.io/schema/config-file.v1.json",
"name": "@robonen/vue",
"version": "0.0.0",
"license": "Apache-2.0",
"version": "0.0.1",
"exports": "./src/index.ts"
}