Skip to content

Commit c44df06

Browse files
authored
Add repository urls (#723)
1 parent eb6c2c2 commit c44df06

File tree

14 files changed

+71
-2
lines changed

14 files changed

+71
-2
lines changed

packages/create-dapp/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@
2727
"lint": "pnpm run eslint:check && pnpm run prettier:check",
2828
"lint:fix": "pnpm run eslint:fix && pnpm run prettier:fix"
2929
},
30+
"repository": {
31+
"type": "git",
32+
"url": "git+https://github.com/MystenLabs/ts-sdks.git"
33+
},
3034
"bugs": {
3135
"url": "https://github.com/MystenLabs/ts-sdks/issues/new"
3236
},

packages/dapp-kit-next/packages/dapp-kit-core/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@
4444
"storybook": "storybook dev -p 6006",
4545
"build-storybook": "storybook build"
4646
},
47+
"repository": {
48+
"type": "git",
49+
"url": "git+https://github.com/MystenLabs/ts-sdks.git"
50+
},
4751
"bugs": {
4852
"url": "https://github.com/MystenLabs/ts-sdks/issues/new"
4953
},

packages/dapp-kit-next/packages/dapp-kit-react/package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,13 @@
3333
"lint": "pnpm run eslint:check && pnpm run prettier:check",
3434
"lint:fix": "pnpm run eslint:fix && pnpm run prettier:fix"
3535
},
36+
"repository": {
37+
"type": "git",
38+
"url": "git+https://github.com/MystenLabs/ts-sdks.git"
39+
},
40+
"bugs": {
41+
"url": "https://github.com/MystenLabs/ts-sdks/issues/new"
42+
},
3643
"devDependencies": {
3744
"@types/react": "^19.2.7",
3845
"react": "^19.2.1",

packages/dapp-kit/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@
4040
"lint": "pnpm run eslint:check && pnpm run prettier:check",
4141
"lint:fix": "pnpm run eslint:fix && pnpm run prettier:fix"
4242
},
43+
"repository": {
44+
"type": "git",
45+
"url": "git+https://github.com/MystenLabs/ts-sdks.git"
46+
},
4347
"bugs": {
4448
"url": "https://github.com/MystenLabs/ts-sdks/issues/new"
4549
},

packages/deepbook-v3/package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,13 @@
2222
"engines": {
2323
"node": ">=18"
2424
},
25+
"repository": {
26+
"type": "git",
27+
"url": "git+https://github.com/MystenLabs/ts-sdks.git"
28+
},
29+
"bugs": {
30+
"url": "https://github.com/MystenLabs/ts-sdks/issues/new"
31+
},
2532
"scripts": {
2633
"clean": "rm -rf tsconfig.tsbuildinfo ./dist",
2734
"build": "build-package",

packages/deepbook/package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,13 @@
2222
"engines": {
2323
"node": ">=18"
2424
},
25+
"repository": {
26+
"type": "git",
27+
"url": "git+https://github.com/MystenLabs/ts-sdks.git"
28+
},
29+
"bugs": {
30+
"url": "https://github.com/MystenLabs/ts-sdks/issues/new"
31+
},
2532
"scripts": {
2633
"clean": "rm -rf tsconfig.tsbuildinfo ./dist",
2734
"build": "build-package",

packages/kiosk/package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,13 @@
2323
"engines": {
2424
"node": ">=18"
2525
},
26+
"repository": {
27+
"type": "git",
28+
"url": "git+https://github.com/MystenLabs/ts-sdks.git"
29+
},
30+
"bugs": {
31+
"url": "https://github.com/MystenLabs/ts-sdks/issues/new"
32+
},
2633
"scripts": {
2734
"build": "build-package",
2835
"test": "echo 'No unit tests for kiosk SDK'",

packages/move-bytecode-template/package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,13 @@
2323
"require": "./web/move_bytecode_template_bg.wasm"
2424
}
2525
},
26+
"repository": {
27+
"type": "git",
28+
"url": "git+https://github.com/MystenLabs/ts-sdks.git"
29+
},
30+
"bugs": {
31+
"url": "https://github.com/MystenLabs/ts-sdks/issues/new"
32+
},
2633
"scripts": {
2734
"build:wasm": "pnpm build:nodejs && pnpm build:web",
2835
"build:nodejs": "wasm-pack build --target nodejs --release --out-dir nodejs --no-pack && rm nodejs/.gitignore",

packages/mvr-static/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@
2727
"lint:fix": "pnpm run eslint:fix && pnpm run prettier:fix",
2828
"test": "vitest run"
2929
},
30+
"repository": {
31+
"type": "git",
32+
"url": "git+https://github.com/MystenLabs/ts-sdks.git"
33+
},
3034
"bugs": {
3135
"url": "https://github.com/MystenLabs/mvr/issues/new"
3236
},

packages/payment-kit/package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@
1919
"files": [
2020
"dist"
2121
],
22+
"repository": {
23+
"type": "git",
24+
"url": "git+https://github.com/MystenLabs/ts-sdks.git"
25+
},
26+
"bugs": {
27+
"url": "https://github.com/MystenLabs/ts-sdks/issues/new"
28+
},
2229
"scripts": {
2330
"clean": "rm -rf tsconfig.tsbuildinfo ./dist",
2431
"build": "build-package",

0 commit comments

Comments
 (0)