Browse Source

Fix version and name in grafana/ui package.json

Dominik Prokop 6 years ago
parent
commit
75e9c1e8fc
1 changed files with 2 additions and 2 deletions
  1. 2 2
      packages/grafana-ui/package.json

+ 2 - 2
packages/grafana-ui/package.json

@@ -1,6 +1,6 @@
 {
 {
-  "name": "testing-ignore-this",
-  "version": "1.0.0-beta.0",
+  "name": "@grafana/ui",
+  "version": "0.0.0",
   "description": "",
   "description": "",
   "main": "src/index.ts",
   "main": "src/index.ts",
   "scripts": {
   "scripts": {