From de60ac6e7aa879e03c571ba4bdca0cd7e3add1df Mon Sep 17 00:00:00 2001 From: Timo Glastra Date: Tue, 19 Nov 2024 11:23:57 +0100 Subject: [PATCH] docs: add readme Signed-off-by: Timo Glastra --- packages/oauth2/README.md | 25 +++++++++++++++++++++++++ packages/oauth2/package.json | 3 +-- packages/oid4vci/README.md | 25 +++++++++++++++++++++++++ packages/oid4vci/package.json | 3 +-- packages/utils/README.md | 25 +++++++++++++++++++++++++ packages/utils/package.json | 3 +-- 6 files changed, 78 insertions(+), 6 deletions(-) create mode 100644 packages/oauth2/README.md create mode 100644 packages/oid4vci/README.md create mode 100644 packages/utils/README.md diff --git a/packages/oauth2/README.md b/packages/oauth2/README.md new file mode 100644 index 0000000..a8ac56e --- /dev/null +++ b/packages/oauth2/README.md @@ -0,0 +1,25 @@ +

+ + + + Animo Logo + +

+ +

OpenID for Verifiable Credentials - OAuth2

+ +

Powered by   + + + + Animo Logo + +


+ +

+ + + +

+ +Check out the documentation in the [Github repository](https://github.com/animo/oid4vc-ts). diff --git a/packages/oauth2/package.json b/packages/oauth2/package.json index f602033..fe5358a 100644 --- a/packages/oauth2/package.json +++ b/packages/oauth2/package.json @@ -2,8 +2,7 @@ "name": "@animo-id/oauth2", "version": "0.1.0", "exports": "./src/index.ts", - "readme": "../../README.md", - "files": ["dist", "../../README.md"], + "files": ["dist"], "license": "Apache-2.0", "publishConfig": { "main": "./dist/index.js", diff --git a/packages/oid4vci/README.md b/packages/oid4vci/README.md new file mode 100644 index 0000000..d39972b --- /dev/null +++ b/packages/oid4vci/README.md @@ -0,0 +1,25 @@ +

+ + + + Animo Logo + +

+ +

OpenID for Verifiable Credentials - OpenID4VCI

+ +

Powered by   + + + + Animo Logo + +


+ +

+ + + +

+ +Check out the documentation in the [Github repository](https://github.com/animo/oid4vc-ts). diff --git a/packages/oid4vci/package.json b/packages/oid4vci/package.json index 79b0fd9..f5c66ab 100644 --- a/packages/oid4vci/package.json +++ b/packages/oid4vci/package.json @@ -2,8 +2,7 @@ "name": "@animo-id/oid4vci", "version": "0.1.0", "exports": "./src/index.ts", - "readme": "../../README.md", - "files": ["dist", "../../README.md"], + "files": ["dist"], "license": "Apache-2.0", "publishConfig": { "main": "./dist/index.js", diff --git a/packages/utils/README.md b/packages/utils/README.md new file mode 100644 index 0000000..e5aa7cd --- /dev/null +++ b/packages/utils/README.md @@ -0,0 +1,25 @@ +

+ + + + Animo Logo + +

+ +

OpenID for Verifiable Credentials - OAuth2 Utils

+ +

Powered by   + + + + Animo Logo + +


+ +

+ + + +

+ +Check out the documentation in the [Github repository](https://github.com/animo/oid4vc-ts). diff --git a/packages/utils/package.json b/packages/utils/package.json index 1a82936..d1af55a 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -2,8 +2,7 @@ "name": "@animo-id/oauth2-utils", "version": "0.1.0", "exports": "./src/index.ts", - "readme": "../../README.md", - "files": ["dist", "../../README.md"], + "files": ["dist"], "license": "Apache-2.0", "publishConfig": { "main": "./dist/index.js",