Skip to content

Commit

Permalink
fix: client git path (#14)
Browse files Browse the repository at this point in the history
Signed-off-by: Ariel Gentile <[email protected]>
  • Loading branch information
genaris authored Oct 18, 2024
1 parent 5db9df0 commit 687a0be
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
{
"name": "message-pickup-repository",
"version": "0.0.1",
"description": "",
"author": "",
"description": "DIDComm Message Pickup Repository",
"author": "2060.io",
"private": true,
"license": "Apache-2.0",
"workspaces": [
"packages/*"
],
"repository": {
"url": "https://github.com/2060-io/message-pickup-repository",
"type": "git"
},
"scripts": {
"check-types": "yarn check-types:build",
"check-types:build": "yarn workspaces run tsc --noEmit -p tsconfig.build.json",
Expand Down
6 changes: 6 additions & 0 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@
"files": [
"build"
],
"homepage": "https://github.com/2060-io/message-pickup-repository/tree/main/packages/client",
"repository": {
"type": "git",
"url": "https://github.com/2060-io/message-pickup-repository",
"directory": "packages/client"
},
"scripts": {
"build": "yarn run clean && yarn run compile",
"clean": "rimraf -rf ./build",
Expand Down

0 comments on commit 687a0be

Please sign in to comment.