breaking up grafana into multiple packages poc

This commit is contained in:
Torkel Ödegaard
2018-12-20 16:56:46 +01:00
parent f089c7ee5e
commit 6e66b2b906
8 changed files with 66 additions and 6 deletions

View File

@@ -1,11 +1,15 @@
{
"name": "grafana-ui",
"name": "@grafana/ui",
"version": "1.0.0",
"description": "",
"main": "index.ts",
"main": "dist/index.js",
"types": "dist/types",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "tsc --noEmit"
},
"author": "",
"license": "ISC"
"license": "ISC",
"devDependencies": {
"typescript": "^3.2.2"
}
}