We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf00714 commit 2f72c41Copy full SHA for 2f72c41
package.json
@@ -1,14 +1,13 @@
1
{
2
"name": "plugin-ui",
3
- "version": "1.0.0",
+ "version": "0.1.1",
4
"repository": "[email protected]:grafana/plugin-ui.git",
5
"author": "Grafana Labs",
6
"private": true,
7
"main": "dist/index.js",
8
"scripts": {
9
"build": "tsc -p tsconfig.build.json && yarn copy-files",
10
"copy-files": "copyfiles -u 1 src/**/*.css dist/",
11
- "postinstall": "yarn build",
12
"test": "jest",
13
"storybook": "start-storybook -p 6006",
14
"storybook:build": "build-storybook"
0 commit comments