From d1046948e0fb0d9d85b659dcdec24ba2dfd124e0 Mon Sep 17 00:00:00 2001 From: Tasos Derisiotis <50984242+Eengineer1@users.noreply.github.com> Date: Sun, 26 Nov 2023 23:57:30 +0100 Subject: [PATCH] chore: Update repository URLs --- package.json | 4 ++++ packages/browser/package.json | 4 ++++ packages/node/package.json | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/package.json b/package.json index 48a6939..ed3be57 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,10 @@ "private": true, "version": "0.1.0", "description": "[![GitHub release (latest by date)](https://img.shields.io/github/v/release/cheqd/.github?color=green&label=stable%20release&style=flat-square)](https://github.com/cheqd/.github/releases/latest) ![GitHub Release Date](https://img.shields.io/github/release-date/cheqd/.github?color=green&style=flat-square) [![GitHub license](https://img.shields.io/github/license/cheqd/.github?color=blue&style=flat-square)](https://github.com/cheqd/.github/blob/main/LICENSE)", + "repository": { + "type": "git", + "url": "https://github.com/Eengineer1/sd-jwt-ts.git" + }, "main": "src/index.ts", "type": "module", "types": "./dist/index.d.ts", diff --git a/packages/browser/package.json b/packages/browser/package.json index 4520975..4c2dc5b 100644 --- a/packages/browser/package.json +++ b/packages/browser/package.json @@ -2,6 +2,10 @@ "name": "@eengineer1/sd-jwt-ts-browser", "version": "1.0.0", "description": "[![GitHub release (latest by date)](https://img.shields.io/github/v/release/cheqd/.github?color=green&label=stable%20release&style=flat-square)](https://github.com/cheqd/.github/releases/latest) ![GitHub Release Date](https://img.shields.io/github/release-date/cheqd/.github?color=green&style=flat-square) [![GitHub license](https://img.shields.io/github/license/cheqd/.github?color=blue&style=flat-square)](https://github.com/cheqd/.github/blob/main/LICENSE)", + "repository": { + "type": "git", + "url": "https://github.com/Eengineer1/sd-jwt-ts.git" + }, "main": "./src/index.ts", "type": "module", "types": "./dist/browser/src/index.d.ts", diff --git a/packages/node/package.json b/packages/node/package.json index 843c898..fb3b14b 100644 --- a/packages/node/package.json +++ b/packages/node/package.json @@ -2,6 +2,10 @@ "name": "@eengineer1/sd-jwt-ts-node", "version": "1.0.0", "description": "[![GitHub release (latest by date)](https://img.shields.io/github/v/release/cheqd/.github?color=green&label=stable%20release&style=flat-square)](https://github.com/cheqd/.github/releases/latest) ![GitHub Release Date](https://img.shields.io/github/release-date/cheqd/.github?color=green&style=flat-square) [![GitHub license](https://img.shields.io/github/license/cheqd/.github?color=blue&style=flat-square)](https://github.com/cheqd/.github/blob/main/LICENSE)", + "repository": { + "type": "git", + "url": "https://github.com/Eengineer1/sd-jwt-ts.git" + }, "main": "./src/index.ts", "type": "module", "types": "./dist/index.d.ts",