Skip to content

Commit

Permalink
chore: Update repository URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
Eengineer1 committed Nov 26, 2023
1 parent 4100738 commit d104694
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 4 additions & 0 deletions packages/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 4 additions & 0 deletions packages/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit d104694

Please sign in to comment.