From d1b3e578cbc778349246822d40c060755f303dd6 Mon Sep 17 00:00:00 2001 From: Pawel Zelawski Date: Thu, 10 Apr 2025 19:49:10 +0200 Subject: chore: switch to NPM dependency for digiid-ts and update docs - Update package.json to use the 'latest' version of 'digiid-ts' from NPM instead of the local file path. - Run 'npm install' to fetch the package from the registry. - Correct the 'dev:backend' and 'dev' scripts in package.json to fix the build process after the dependency update. - Update the repository clone URL in README.md to the correct address. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 25ce1bf..21afa04 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ digiid-ts-demo/ 1. Clone the repository: ```bash - git clone https://github.com/yourusername/digiid-ts-demo.git + git clone https://github.com/pawelzelawski/digiid-ts-demo.git cd digiid-ts-demo ``` -- cgit v1.2.3