Skip to content

Commit

Permalink
chore: Update package metadata (#1382)
Browse files Browse the repository at this point in the history
Signed-off-by: Ry Jones <[email protected]>
  • Loading branch information
ryjones authored Jan 9, 2025
1 parent f72c911 commit 5720e80
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 9 deletions.
6 changes: 6 additions & 0 deletions packages/legacy/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
"version": "1.0.0",
"private": true,
"description": "Aries Bifold Wallet App",
"repository": {
"type": "git",
"url": "git+https://github.com/openwallet-foundation/bifold-wallet.git",
"directory": "packages/legacy/app"
},
"homepage": "https://github.com/openwallet-foundation/bifold-wallet/",
"scripts": {
"android": "react-native run-android",
"gradle": "./android/gradlew --project-dir=./android --no-daemon",
Expand Down
6 changes: 6 additions & 0 deletions packages/legacy/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
"react-native": "App/index.ts",
"source": "App/index",
"types": "lib/typescript/App/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/openwallet-foundation/bifold-wallet.git",
"directory": "packages/legacy/core"
},
"homepage": "https://github.com/openwallet-foundation/bifold-wallet/",
"bin": {
"bifold": "bin/bifold"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/oca/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/hyperledger/aries-mobile-agent-react-native.git",
"url": "git+https://github.com/openwallet-foundation/bifold-wallet.git",
"directory": "packages/oca"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"bugs": {
"url": "https://github.com/hyperledger/aries-mobile-agent-react-native/issues"
"url": "https://github.com/openwallet-foundation/bifold-wallet/issues"
},
"homepage": "https://github.com/hyperledger/aries-mobile-agent-react-native#readme",
"homepage": "https://github.com/openwallet-foundation/bifold-wallet/",
"devDependencies": {
"@testing-library/jest-native": "5.4.3",
"@types/jest": "29.5.5",
Expand Down
10 changes: 7 additions & 3 deletions packages/react-native-attestation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,17 @@
"ios",
"android"
],
"repository": "https://github.com/hyperledger/aries-mobile-agent-react-native",
"repository": {
"type": "git",
"url": "git+https://github.com/openwallet-foundation/bifold-wallet.git",
"directory": "packages/react-native-attestation"
},
"author": "Jason C. Leach <[email protected]> (https://github.com/fullboar)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/hyperledger/aries-mobile-agent-react-native/issues"
"url": "https://github.com/openwallet-foundation/bifold-wallet/issues"
},
"homepage": "https://github.com/hyperledger/aries-mobile-agent-react-native#readme",
"homepage": "https://github.com/openwallet-foundation/bifold-wallet",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions packages/remote-logs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/hyperledger/aries-mobile-agent-react-native.git",
"url": "git+https://github.com/openwallet-foundation/bifold-wallet.git",
"directory": "packages/remote-logging"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"bugs": {
"url": "https://github.com/hyperledger/aries-mobile-agent-react-native/issues"
"url": "https://github.com/openwallet-foundation/bifold-wallet/issues"
},
"homepage": "https://github.com/hyperledger/aries-mobile-agent-react-native#readme",
"homepage": "https://github.com/openwallet-foundation/bifold-wallet",
"devDependencies": {
"@babel/runtime": "^7.20.0",
"@typescript-eslint/parser": "^6.6.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/verifier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@
"src",
"build"
],
"repository": {
"type": "git",
"url": "git+https://github.com/openwallet-foundation/bifold-wallet.git",
"directory": "packages/verifier"
},
"homepage": "https://github.com/openwallet-foundation/bifold-wallet",
"packageManager": "[email protected]",
"scripts": {
"build": "yarn run clean && yarn run bob build",
Expand Down

0 comments on commit 5720e80

Please sign in to comment.