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,16 @@
{
"author": "Grafana Labs",
"license": "Apache-2.0",
"name": "@grafana/data",
"version": "6.4.0-alpha.22",
"description": "Grafana Data Library",
"keywords": [
"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,8 +19,6 @@
"bundle": "rollup -c rollup.config.ts",
"build": "grafana-toolkit package:build --scope=data"
},
"author": "Grafana Labs",
"license": "Apache-2.0",
"devDependencies": {
"@types/jest": "23.3.14",
"@types/jquery": "1.10.35",