From 6a9f63ea4eb4b1dc105215593c6db6908b88f153 Mon Sep 17 00:00:00 2001 From: Arjen Bloemsma Date: Tue, 24 Dec 2024 10:52:16 +0100 Subject: [PATCH] Updated package version and link --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 818713e612..6441f12cd1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@arjenbloemsma/microsoft-authentication-libraries-for-js", - "private": true, + "version": "0.0.0", "devDependencies": { "@angular/compiler": "^15.2.4", "@babel/core": "^7.7.2", @@ -27,7 +27,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/arjenbloemsma/microsoft-authentication-library-for-js/tree/dev" + "url": "https://github.com/arjenbloemsma/microsoft-authentication-library-for-js" }, "scripts": { "audit": "npm audit --workspace=lib/** --workspace=extensions/** --include-workspace-root",