breaking up grafana into multiple packages poc
Showing
{ | ||
"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" | ||
} | ||
} |
packages/grafana-ui/src/other.ts
0 → 100644
packages/grafana-ui/tsconfig.json
0 → 100644
packages/grafana-ui/types/index.ts
0 → 100644
Please
register
or
sign in
to comment