-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🚚(tsclient) rename Impress to Meet
I have updated all references of "Impress" to "Meet" in the tsclient. Also, I forgot to rename the repository link in the mail package.json, my bad, it's fixed.
- Loading branch information
1 parent
b7eb9ce
commit 442f5f5
Showing
3 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,24 @@ | ||
{ | ||
"name": "impress-openapi-client-ts", | ||
"name": "meet-openapi-client-ts", | ||
"version": "0.1.0", | ||
"private": true, | ||
"description": "Tool to generate Typescript API client for the impress application.", | ||
"description": "Tool to generate Typescript API client for the Meet application.", | ||
"scripts": { | ||
"generate:api:client:local": "./scripts/openapi-typescript-codegen/generate_api_client_local.sh $1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/numerique-gouv/impress.git" | ||
"url": "git+https://github.com/numerique-gouv/meet.git" | ||
}, | ||
"author": { | ||
"name": "DINUM", | ||
"email": "[email protected]" | ||
}, | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/numerique-gouv/impress/issues" | ||
"url": "https://github.com/numerique-gouv/meet/issues" | ||
}, | ||
"homepage": "https://github.com/numerique-gouv/impress#readme", | ||
"homepage": "https://github.com/numerique-gouv/meet#readme", | ||
"devDependencies": { | ||
"openapi-typescript-codegen": "0.29.0" | ||
} | ||
|