♻️(project) rename project from "publish" to "impress"

The repository was renamed to "impress" but the code was still
mentionning "publish".
This commit is contained in:
Samuel Paccoud - DINUM
2024-03-07 19:46:46 +01:00
committed by Samuel Paccoud
parent f581eb8abd
commit ab7d9933e0
42 changed files with 119 additions and 119 deletions

View File

@@ -1,14 +1,14 @@
{
"name": "publish-openapi-client-ts",
"name": "impress-openapi-client-ts",
"version": "1.1.0",
"private": true,
"description": "Tool to generate Typescript API client for the publish application.",
"description": "Tool to generate Typescript API client for the impress 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/publish.git"
"url": "git+https://github.com/numerique-gouv/impress.git"
},
"author": {
"name": "DINUM",
@@ -16,9 +16,9 @@
},
"license": "MIT",
"bugs": {
"url": "https://github.com/numerique-gouv/publish/issues"
"url": "https://github.com/numerique-gouv/impress/issues"
},
"homepage": "https://github.com/numerique-gouv/publish#readme",
"homepage": "https://github.com/numerique-gouv/impress#readme",
"devDependencies": {
"openapi-typescript-codegen": "0.25.0"
}