Skip to content

Commit c103b73

Browse files
committed
chore: add repository url information to all packages
1 parent fb775cc commit c103b73

File tree

25 files changed

+100
-0
lines changed

25 files changed

+100
-0
lines changed

internal/check-imports/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
"scripts": {
88
"build": "tsc --noEmit"
99
},
10+
"repository": {
11+
"type": "git",
12+
"url": "git+https://github.com/FuelLabs/fuels-ts.git"
13+
},
1014
"license": "Apache-2.0",
1115
"dependencies": {
1216
"@fuel-ts/abi-coder": "workspace:*",

internal/check-tests/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
"scripts": {
88
"build": "tsc --noEmit"
99
},
10+
"repository": {
11+
"type": "git",
12+
"url": "git+https://github.com/FuelLabs/fuels-ts.git"
13+
},
1014
"license": "Apache-2.0",
1115
"version": "0.0.0"
1216
}

internal/forc/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@
1616
"install": "node ./lib/install.js",
1717
"update": "node ./lib/update.js && node ./lib/install.js"
1818
},
19+
"repository": {
20+
"type": "git",
21+
"url": "git+https://github.com/FuelLabs/fuels-ts.git"
22+
},
1923
"license": "Apache-2.0",
2024
"dependencies": {
2125
"node-fetch": "3.3.2"

internal/fuel-core/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@
1616
"install": "node ./lib/install.js",
1717
"update": "node ./lib/update.js && node ./lib/install.js"
1818
},
19+
"repository": {
20+
"type": "git",
21+
"url": "git+https://github.com/FuelLabs/fuels-ts.git"
22+
},
1923
"license": "Apache-2.0",
2024
"dependencies": {
2125
"node-fetch": "3.3.2"

internal/tsup/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,9 @@
2020
"build:watch": "tsup --watch",
2121
"postbuild": "tsx ../../scripts/postbuild.ts"
2222
},
23+
"repository": {
24+
"type": "git",
25+
"url": "git+https://github.com/FuelLabs/fuels-ts.git"
26+
},
2327
"license": "Apache-2.0"
2428
}

packages/abi-coder/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@
1919
"files": [
2020
"dist"
2121
],
22+
"repository": {
23+
"type": "git",
24+
"url": "git+https://github.com/FuelLabs/fuels-ts.git"
25+
},
2226
"scripts": {
2327
"pretest": "pnpm build:forc",
2428
"build:forc": "pnpm fuels-forc build -p test/fixtures/forc-projects --release",

packages/abi-typegen/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@
5050
"build:forc": "pnpm fuels-forc build -p test/fixtures/forc-projects --release",
5151
"postbuild": "tsx ../../scripts/postbuild.ts"
5252
},
53+
"repository": {
54+
"type": "git",
55+
"url": "git+https://github.com/FuelLabs/fuels-ts.git"
56+
},
5357
"license": "Apache-2.0",
5458
"dependencies": {
5559
"@fuel-ts/errors": "workspace:*",

packages/account/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@
4646
"build:operations": "pnpm graphql-codegen",
4747
"postbuild": "tsx ../../scripts/postbuild.ts"
4848
},
49+
"repository": {
50+
"type": "git",
51+
"url": "git+https://github.com/FuelLabs/fuels-ts.git"
52+
},
4953
"license": "Apache-2.0",
5054
"dependencies": {
5155
"@fuel-ts/abi-coder": "workspace:*",

packages/address/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@
3535
"build": "tsup",
3636
"postbuild": "tsx ../../scripts/postbuild.ts"
3737
},
38+
"repository": {
39+
"type": "git",
40+
"url": "git+https://github.com/FuelLabs/fuels-ts.git"
41+
},
3842
"license": "Apache-2.0",
3943
"dependencies": {
4044
"@fuel-ts/crypto": "workspace:*",

packages/contract/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@
3737
"build": "tsup",
3838
"postbuild": "tsx ../../scripts/postbuild.ts"
3939
},
40+
"repository": {
41+
"type": "git",
42+
"url": "git+https://github.com/FuelLabs/fuels-ts.git"
43+
},
4044
"license": "Apache-2.0",
4145
"dependencies": {
4246
"@fuel-ts/abi-coder": "workspace:*",

0 commit comments

Comments
 (0)