update comments

This commit is contained in:
ryan
2019-07-08 09:22:49 -07:00
parent 15fd54b21b
commit 282dd029aa
5 changed files with 7 additions and 9 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
# Grafana Data Library
The core data components
This package holds the root data types and functions used within Grafana.
+1 -1
View File
@@ -1,3 +1,3 @@
# Grafana Runtime library
Interfaces that let you use the runtime...
This package allows access to grafana services. It requires Grafana to be running already and the functions to be imported as externals.
+1 -3
View File
@@ -3,9 +3,7 @@
"version": "6.3.0-alpha.0",
"description": "Grafana Runtime Library",
"keywords": [
"typescript",
"react",
"react-component"
"grafana"
],
"main": "src/index.ts",
"scripts": {
+3 -3
View File
@@ -3,9 +3,9 @@
"version": "6.3.0-alpha.2",
"description": "Grafana Toolkit",
"keywords": [
"typescript",
"react",
"react-component"
"grafana",
"cli",
"plugins"
],
"bin": {
"grafana-toolkit": "./bin/grafana-toolkit.js"
+1 -1
View File
@@ -3,7 +3,7 @@
"version": "6.3.0-alpha.1",
"description": "Grafana Components Library",
"keywords": [
"typescript",
"grafana",
"react",
"react-component"
],