mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 08:28:19 +01:00
fix: 📄 Add licenses to both JSR packages
This commit is contained in:
parent
1f03017327
commit
03940cd8fd
|
|
@ -2,6 +2,7 @@
|
|||
"$schema": "https://jsr.io/schema/config-file.v1.json",
|
||||
"name": "@versia/client",
|
||||
"version": "0.2.0-alpha.4",
|
||||
"license": "MIT",
|
||||
"exports": {
|
||||
".": "./index.ts",
|
||||
"./schemas": "./schemas.ts"
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
"$schema": "https://jsr.io/schema/config-file.v1.json",
|
||||
"name": "@versia/sdk",
|
||||
"version": "0.0.1",
|
||||
"license": "MIT",
|
||||
"exports": {
|
||||
".": "./inbox-processor.ts",
|
||||
"./http": "./http.ts",
|
||||
|
|
|
|||
Loading…
Reference in a new issue