From 5b655e38c91210b44db1698347f1d1b64e20bbb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9gory=20Houllier?= Date: Mon, 17 Jul 2023 14:32:55 +0000 Subject: [PATCH] doc: improve npm documentation --- libs/mf-runtime/package.json | 7 ++++++- libs/mf-tools/package.json | 5 +++++ libs/mf/package.json | 3 ++- libs/native-federation-core/package.json | 6 ++++++ libs/native-federation-esbuild/package.json | 6 ++++++ libs/native-federation-runtime/package.json | 7 ++++++- libs/native-federation/package.json | 3 ++- 7 files changed, 33 insertions(+), 4 deletions(-) diff --git a/libs/mf-runtime/package.json b/libs/mf-runtime/package.json index 4050d58f..77ec1035 100644 --- a/libs/mf-runtime/package.json +++ b/libs/mf-runtime/package.json @@ -1,7 +1,12 @@ { "name": "@angular-architects/module-federation-runtime", - "license": "MIT", "version": "16.0.3", + "license": "MIT", + "repository": { + "type": "git", + "url": "https://github.com/angular-architects/module-federation-plugin", + "directory": "libs/mf-runtime" + }, "peerDependencies": { "@angular/common": ">=16.0.0", "@angular/core": ">=16.0.0" diff --git a/libs/mf-tools/package.json b/libs/mf-tools/package.json index fb6b1768..489d9f01 100644 --- a/libs/mf-tools/package.json +++ b/libs/mf-tools/package.json @@ -2,6 +2,11 @@ "name": "@angular-architects/module-federation-tools", "version": "16.0.3", "license": "MIT", + "repository": { + "type": "git", + "url": "https://github.com/angular-architects/module-federation-plugin", + "directory": "libs/mf-tools" + }, "peerDependencies": { "@angular/common": ">=16.0.0", "@angular/core": ">=16.0.0", diff --git a/libs/mf/package.json b/libs/mf/package.json index 169586c4..508c536f 100644 --- a/libs/mf/package.json +++ b/libs/mf/package.json @@ -4,7 +4,8 @@ "license": "MIT", "repository": { "type": "GitHub", - "url": "https://github.com/angular-architects/module-federation-plugin" + "url": "https://github.com/angular-architects/module-federation-plugin", + "directory": "libs/mf" }, "author": { "name": "Manfred Steyer", diff --git a/libs/native-federation-core/package.json b/libs/native-federation-core/package.json index f383f352..9cb66d5e 100644 --- a/libs/native-federation-core/package.json +++ b/libs/native-federation-core/package.json @@ -2,6 +2,12 @@ "name": "@softarc/native-federation", "version": "1.1.1", "type": "commonjs", + "license": "MIT", + "repository": { + "type": "git", + "url": "https://github.com/angular-architects/module-federation-plugin", + "directory": "libs/native-federation-core" + }, "dependencies": { "json5": "^2.2.0", "npmlog": "^6.0.2", diff --git a/libs/native-federation-esbuild/package.json b/libs/native-federation-esbuild/package.json index a101e23c..61a79b87 100644 --- a/libs/native-federation-esbuild/package.json +++ b/libs/native-federation-esbuild/package.json @@ -2,6 +2,12 @@ "name": "@softarc/native-federation-esbuild", "version": "1.1.1", "type": "commonjs", + "license": "MIT", + "repository": { + "type": "git", + "url": "https://github.com/angular-architects/module-federation-plugin", + "directory": "libs/native-federation-esbuild" + }, "dependencies": { "@rollup/plugin-commonjs": "^22.0.2", "@rollup/plugin-node-resolve": "^13.3.0", diff --git a/libs/native-federation-runtime/package.json b/libs/native-federation-runtime/package.json index 23212301..79a926fd 100644 --- a/libs/native-federation-runtime/package.json +++ b/libs/native-federation-runtime/package.json @@ -1,7 +1,12 @@ { "name": "@softarc/native-federation-runtime", "version": "1.1.1", - "peerDependencies": {}, + "license": "MIT", + "repository": { + "type": "git", + "url": "https://github.com/angular-architects/module-federation-plugin", + "directory": "libs/native-federation-runtime" + }, "dependencies": { "tslib": "^2.3.0" } diff --git a/libs/native-federation/package.json b/libs/native-federation/package.json index cb32d4b8..f9b03cfd 100644 --- a/libs/native-federation/package.json +++ b/libs/native-federation/package.json @@ -12,7 +12,8 @@ }, "repository": { "type": "git", - "url": "https://github.com/angular-architects/module-federation-plugin" + "url": "https://github.com/angular-architects/module-federation-plugin", + "directory": "libs/native-federation" }, "dependencies": { "@angular-architects/build-angular": "^14.2.0-next.0",