Skip to content

Commit 14524cd

Browse files
committed
Minor fixes
1 parent e1eca64 commit 14524cd

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright {yyyy} {name of copyright owner}
189+
Copyright 2020 Marcus Olsson
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ A data source plugin for loading JSON APIs into [Grafana](https://grafana.com).
77

88
**Important:** This plugin is **not** production-ready yet. In the meantime, try it out and [submit an issue](https://github.com/marcusolsson/grafana-jsonapi-datasource/issues/new) for bug reports and feature requests.
99

10-
![Screenshot](https://raw.githubusercontent.com/marcusolsson/grafana-jsonapi-datasource/master/src/img/screenshot.png)
10+
![Screenshot](https://github.com/marcusolsson/grafana-jsonapi-datasource/raw/master/src/img/screenshot.png)
1111

1212
Extract one or more values from a JSON API using [JSON Path](https://goessner.net/articles/JsonPath/). Each path results in a field in the query result. All fields need to be of the same length.
1313

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
"author": "Marcus Olsson",
1212
"license": "Apache-2.0",
1313
"devDependencies": {
14-
"@grafana/data": "latest",
15-
"@grafana/runtime": "latest",
16-
"@grafana/toolkit": "latest",
17-
"@grafana/ui": "latest",
14+
"@grafana/data": "^7.0.0",
15+
"@grafana/runtime": "^7.0.0",
16+
"@grafana/toolkit": "^7.0.0",
17+
"@grafana/ui": "^7.0.0",
1818
"@testing-library/jest-dom": "5.4.0",
1919
"@testing-library/react": "^10.0.2",
2020
"@types/lodash": "latest",

src/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://raw.githubusercontent.com/grafana/grafana/master/docs/sources/developers/plugins/plugin.schema.json",
2+
"$schema": "https://github.com/grafana/grafana/raw/master/docs/sources/developers/plugins/plugin.schema.json",
33
"type": "datasource",
44
"name": "JSON API",
55
"id": "marcusolsson-json-datasource",

0 commit comments

Comments
 (0)