Skip to content

Commit adb90ef

Browse files
committed
small changes
1 parent f357c64 commit adb90ef

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"server": "docker-compose up --build",
1515
"sign": "npx --yes @grafana/sign-plugin@latest --rootUrls https://github.com/grafana/prometheus-amazon"
1616
},
17-
"author": "Grafana",
17+
"author": "Grafana Labs",
1818
"license": "Apache-2.0",
1919
"devDependencies": {
2020
"@emotion/eslint-plugin": "11.11.0",

src/plugin.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"$schema": "https://raw.githubusercontent.com/grafana/grafana/master/docs/sources/developers/plugins/plugin.schema.json",
44
"type": "datasource",
55
"name": "Prometheus Amazon",
6-
"id": "prometheus-amazon-datasource",
6+
"id": "grafana-prometheusamazon-datasource",
77
"executable": "gpx_prometheus_amazon",
88
"routes": [
99
{
@@ -104,7 +104,6 @@
104104
]
105105
},
106106
"dependencies": {
107-
"grafanaVersion": "10.4.x",
108107
"grafanaDependency": ">=10.4.0",
109108
"plugins": []
110109
}

0 commit comments

Comments
 (0)