Skip to content

Commit 2f72c41

Browse files
committed
fix version
1 parent bf00714 commit 2f72c41

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
{
22
"name": "plugin-ui",
3-
"version": "1.0.0",
3+
"version": "0.1.1",
44
"repository": "[email protected]:grafana/plugin-ui.git",
55
"author": "Grafana Labs",
66
"private": true,
77
"main": "dist/index.js",
88
"scripts": {
99
"build": "tsc -p tsconfig.build.json && yarn copy-files",
1010
"copy-files": "copyfiles -u 1 src/**/*.css dist/",
11-
"postinstall": "yarn build",
1211
"test": "jest",
1312
"storybook": "start-storybook -p 6006",
1413
"storybook:build": "build-storybook"

0 commit comments

Comments
 (0)