fix package

This commit is contained in:
Quentin 2025-02-22 21:24:42 +01:00
parent 5782cba1c8
commit a2a624402c
Signed by: quentin
GPG key ID: E9602264D639FF68

View file

@ -1,6 +1,6 @@
{ {
"name": "guichet-sdk-ts", "name": "guichet-sdk-ts",
"version": "v0.1.0", "version": "0.1.0",
"description": "OpenAPI client for guichet-sdk-ts", "description": "OpenAPI client for guichet-sdk-ts",
"author": "OpenAPI-Generator", "author": "OpenAPI-Generator",
"repository": { "repository": {
@ -15,8 +15,5 @@
}, },
"devDependencies": { "devDependencies": {
"typescript": "^4.0 || ^5.0" "typescript": "^4.0 || ^5.0"
},
"publishConfig": {
"registry": "guichet-sdk-ts"
} }
} }