Skip to content

Commit 013d17e

Browse files
committed
chore: add required repository.type to package.json for pkg-pr-new
1 parent 20cb3b9 commit 013d17e

10 files changed

Lines changed: 10 additions & 0 deletions

File tree

packages/create-plugin/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "@grafana/create-plugin",
33
"version": "7.6.2",
44
"repository": {
5+
"type": "git",
56
"directory": "packages/create-plugin",
67
"url": "https://github.com/grafana/plugin-tools"
78
},

packages/eslint-plugin-plugins/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
],
2626
"homepage": "https://www.npmjs.com/package/@grafana/eslint-plugin-plugins",
2727
"repository": {
28+
"type": "git",
2829
"directory": "packages/eslint-plugin-plugins",
2930
"url": "git+https://github.com/grafana/plugin-tools.git"
3031
},

packages/plugin-docs-cli/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"CHANGELOG.md"
1212
],
1313
"repository": {
14+
"type": "git",
1415
"directory": "packages/plugin-docs-cli",
1516
"url": "https://github.com/grafana/plugin-tools"
1617
},

packages/plugin-docs-parser/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"CHANGELOG.md"
1313
],
1414
"repository": {
15+
"type": "git",
1516
"directory": "packages/plugin-docs-parser",
1617
"url": "https://github.com/grafana/plugin-tools"
1718
},

packages/plugin-e2e/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"./package.json"
99
],
1010
"repository": {
11+
"type": "git",
1112
"directory": "packages/plugin-e2e",
1213
"url": "https://github.com/grafana/plugin-tools"
1314
},

packages/plugin-meta-extractor/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"provenance": true
2020
},
2121
"repository": {
22+
"type": "git",
2223
"directory": "packages/plugin-meta-extractor",
2324
"url": "https://github.com/grafana/plugin-tools"
2425
},

packages/plugin-types-bundler/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"provenance": true
3131
},
3232
"repository": {
33+
"type": "git",
3334
"directory": "packages/plugin-types-bundler",
3435
"url": "https://github.com/grafana/plugin-tools"
3536
},

packages/react-detect/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"description": "Run various checks to detect if a Grafana plugin is compatible with React.",
44
"version": "0.6.4",
55
"repository": {
6+
"type": "git",
67
"directory": "packages/react-detect",
78
"url": "https://github.com/grafana/plugin-tools"
89
},

packages/sign-plugin/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "@grafana/sign-plugin",
33
"version": "3.2.2",
44
"repository": {
5+
"type": "git",
56
"directory": "packages/sign-plugin",
67
"url": "https://github.com/grafana/plugin-tools"
78
},

packages/tsconfig/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"config"
1111
],
1212
"repository": {
13+
"type": "git",
1314
"directory": "packages/tsconfig",
1415
"url": "https://github.com/grafana/plugin-tools"
1516
},

0 commit comments

Comments
 (0)