Skip to content
This repository was archived by the owner on Aug 4, 2025. It is now read-only.

Commit c9760da

Browse files
committed
modify plugin information
1 parent 1b4e641 commit c9760da

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hamedkarbasi93-nodegraphapi-datasource",
3-
"version": "1.0.0",
3+
"version": "0.3.1",
44
"description": "",
55
"scripts": {
66
"build": "grafana-toolkit plugin:build",
@@ -10,7 +10,7 @@
1010
"sign": "grafana-toolkit plugin:sign",
1111
"start": "yarn watch"
1212
},
13-
"author": "karbasi",
13+
"author": "Hamed Karbasi",
1414
"license": "Apache-2.0",
1515
"devDependencies": {
1616
"@grafana/data": "latest",

src/plugin.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/grafana/grafana/master/docs/sources/developers/plugins/plugin.schema.json",
33
"type": "datasource",
4-
"name": "Node Graph API Datasource Plugin",
4+
"name": "Node Graph API",
55
"id": "hamedkarbasi93-nodegraphapi-datasource",
66
"metrics": true,
77
"info": {
@@ -22,11 +22,11 @@
2222
"links": [
2323
{
2424
"name": "Website",
25-
"url": "https://github.com/exaco/nodegraph-api-plugin"
25+
"url": "https://github.com/hoptical/nodegraph-api-plugin"
2626
},
2727
{
2828
"name": "License",
29-
"url": "https://github.com/exaco/nodegraph-api-plugin/blob/master/LICENSE"
29+
"url": "https://github.com/hoptical/nodegraph-api-plugin/blob/master/LICENSE"
3030
}
3131
],
3232
"screenshots": [
@@ -39,7 +39,7 @@
3939
"path": "img/graph-example.png"
4040
}
4141
],
42-
"version": "0.1.0",
42+
"version": "0.3.1",
4343
"updated": "%TODAY%"
4444
},
4545
"dependencies": {

0 commit comments

Comments
 (0)