From 7fef1909cbf9595841a11eb71fa75ec018bb0b2a Mon Sep 17 00:00:00 2001 From: Elpiu <49283847+Elpiu@users.noreply.github.com> Date: Mon, 25 Nov 2024 23:08:00 +0100 Subject: [PATCH] we --- ng-dynamic-config/package-lock.json | 4 ++-- .../projects/ng-dynamic-config/package.json | 20 +++++++++++++++---- 2 files changed, 18 insertions(+), 6 deletions(-) diff --git a/ng-dynamic-config/package-lock.json b/ng-dynamic-config/package-lock.json index 1adce61..1f66737 100644 --- a/ng-dynamic-config/package-lock.json +++ b/ng-dynamic-config/package-lock.json @@ -1,12 +1,12 @@ { "name": "ng-dynamic-config", - "version": "0.0.0", + "version": "0.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ng-dynamic-config", - "version": "0.0.0", + "version": "0.0.2", "dependencies": { "@angular/animations": "^18.0.0", "@angular/common": "^18.0.0", diff --git a/ng-dynamic-config/projects/ng-dynamic-config/package.json b/ng-dynamic-config/projects/ng-dynamic-config/package.json index da27f0b..c64004d 100644 --- a/ng-dynamic-config/projects/ng-dynamic-config/package.json +++ b/ng-dynamic-config/projects/ng-dynamic-config/package.json @@ -1,15 +1,27 @@ { "name": "ng-dynamic-config", - "version": "0.0.1", + "version": "0.0.2", "author": { "name": "Elpidio Mazza", "url": "https://github.com/Elpiu" }, "description": "Angular utility designed to streamline the process of bootstrapping an Angular application with dynamic configuration data. It allows you to fetch configuration files from specified URLs, manage them using a service, and dynamically register additional providers based on the loaded configuration.", - "peerDependencies": { - "@angular/common": "^18.2.0", - "@angular/core": "^18.2.0" + "repository": { + "type": "git", + "url": "https://github.com/Elpiu/ng-dynamic-config.git" }, + "homepage": "https://github.com/Elpiu/ng-dynamic-config#readme", + "bugs": { + "url": "https://github.com/Elpiu/ng-dynamic-config/issues" + }, + "keywords": [ + "angular", + "dynamic-config", + "configuration", + "angular-library", + "bootstrap" + ], + "license": "MIT", "dependencies": { "tslib": "^2.3.0" },