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",
|
"$schema": "https://jsr.io/schema/config-file.v1.json",
|
||||||
"name": "@versia/client",
|
"name": "@versia/client",
|
||||||
"version": "0.2.0-alpha.4",
|
"version": "0.2.0-alpha.4",
|
||||||
|
"license": "MIT",
|
||||||
"exports": {
|
"exports": {
|
||||||
".": "./index.ts",
|
".": "./index.ts",
|
||||||
"./schemas": "./schemas.ts"
|
"./schemas": "./schemas.ts"
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,7 @@
|
||||||
"$schema": "https://jsr.io/schema/config-file.v1.json",
|
"$schema": "https://jsr.io/schema/config-file.v1.json",
|
||||||
"name": "@versia/sdk",
|
"name": "@versia/sdk",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
|
"license": "MIT",
|
||||||
"exports": {
|
"exports": {
|
||||||
".": "./inbox-processor.ts",
|
".": "./inbox-processor.ts",
|
||||||
"./http": "./http.ts",
|
"./http": "./http.ts",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue