Skip to content

Commit

Permalink
Follow Grafana.net publication guidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederik Van Leeckwyck authored and pielambr committed Apr 6, 2020
1 parent 92290b7 commit d11035a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@factry/untimely-panel",
"version": "1.0.0",
"description": "Untimely",
"version": "0.1.0",
"description": "Untimely Grafana panel",
"scripts": {
"build": "grafana-toolkit plugin:build",
"test": "grafana-toolkit plugin:test --coverage",
"dev": "grafana-toolkit plugin:dev",
"watch": "grafana-toolkit plugin:dev --watch"
},
"author": "Factry",
"author": "Factry BV",
"license": "Apache-2.0",
"devDependencies": {
"@grafana/data": "next",
Expand Down
11 changes: 6 additions & 5 deletions src/plugin.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,22 @@
{
"type": "panel",
"name": "Untimely",
"id": "untimely-factryio",
"id": "factrylabs-untimely-panel",

"info": {
"description": "Untimely panel by Factry",
"description": "Grafana panel for displaying time series data as function of distance",
"author": {
"name": "Factry"
"name": "Factry",
"url": "https://www.factry.io"
},
"keywords": ["Untimely", "Panel", "Grafana", "Factry", "Graph"],
"keywords": ["untimely", "panel", "distance", "length", "industry"],
"logos": {
"small": "img/logo.png",
"large": "img/logo.png"
},
"links": [
{"name": "Website", "url": "https://www.factry.io"},
{"name": "License", "url": "https://github.com/grafana/simple-react-panel/blob/master/LICENSE"}
{"name": "License", "url": "https://github.com/factrylabs/untimely-grafana-panel/blob/master/LICENSE"}
],
"screenshots": [],
"version": "%VERSION%",
Expand Down

0 comments on commit d11035a

Please sign in to comment.