Packages: update package.json files (#18173)

This commit is contained in:
Dominik Prokop
2019-07-24 02:17:41 +02:00
committed by Ryan McKinley
parent 711f62c813
commit 3f3fb9bd5c
5 changed files with 38 additions and 18 deletions

View File

@@ -1,10 +1,17 @@
{
"author": "Grafana Labs",
"license": "Apache-2.0",
"name": "@grafana/runtime",
"version": "6.4.0-alpha.22",
"description": "Grafana Runtime Library",
"keywords": [
"grafana"
"grafana",
"typescript"
],
"repository": {
"type": "git",
"url": "http://github.com/grafana/grafana.git"
},
"main": "src/index.ts",
"scripts": {
"tslint": "tslint -c tslint.json --project tsconfig.json",
@@ -13,11 +20,11 @@
"bundle": "rollup -c rollup.config.ts",
"build": "grafana-toolkit package:build --scope=runtime"
},
"author": "Grafana Labs",
"license": "Apache-2.0",
"dependencies": {
"systemjs": "0.20.19",
"systemjs-plugin-css": "0.1.37"
"systemjs-plugin-css": "0.1.37",
"@grafana/data": "^6.4.0-alpha",
"@grafana/ui": "^6.4.0-alpha"
},
"devDependencies": {
"@types/systemjs": "^0.20.6",