Skip to content

Commit f280135

Browse files
authored
chore: updated homepage/repo links for npm (#10241)
* chore: updated homepage/repo links for npm * chore: fixed dir name * retrigger checks
1 parent 104d82d commit f280135

3 files changed

Lines changed: 19 additions & 1 deletion

File tree

packages/plugins/field-colour/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"field",
2222
"colour"
2323
],
24-
"homepage": "packages/plugins/field-colour/package.jsonfield-colour#readme",
24+
"homepage": "https://github.com/RaspberryPiFoundation/blockly/tree/main/packages/plugins/field-colour#readme",
2525
"bugs": {
2626
"url": "https://github.com/RaspberryPiFoundation/blockly/issues"
2727
},

packages/plugins/sample-app-ts/package.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,15 @@
1212
"keywords": [
1313
"blockly"
1414
],
15+
"homepage": "https://github.com/RaspberryPiFoundation/blockly/tree/main/packages/plugins/sample-app-ts#readme",
16+
"bugs": {
17+
"url": "https://github.com/RaspberryPiFoundation/blockly/issues"
18+
},
19+
"repository": {
20+
"type": "git",
21+
"url": "https://github.com/RaspberryPiFoundation/blockly.git",
22+
"directory": "packages/plugins/sample-app-ts"
23+
},
1524
"author": "Blockly team",
1625
"license": "Apache-2.0",
1726
"devDependencies": {

packages/plugins/sample-app/package.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,15 @@
1212
"keywords": [
1313
"blockly"
1414
],
15+
"homepage": "https://github.com/RaspberryPiFoundation/blockly/tree/main/packages/plugins/sample-app#readme",
16+
"bugs": {
17+
"url": "https://github.com/RaspberryPiFoundation/blockly/issues"
18+
},
19+
"repository": {
20+
"type": "git",
21+
"url": "https://github.com/RaspberryPiFoundation/blockly.git",
22+
"directory": "packages/plugins/sample-app"
23+
},
1524
"author": "Blockly team",
1625
"license": "Apache-2.0",
1726
"devDependencies": {

0 commit comments

Comments
 (0)