mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
breaking up grafana into multiple packages poc
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user