mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Plugins: do not publish bundled plugins to npm (#23401)
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
"name": "@grafana-plugins/input-datasource",
|
||||
"version": "6.6.0-pre",
|
||||
"description": "Input Datasource",
|
||||
"private": true,
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "http://github.com/grafana/grafana.git"
|
||||
@@ -15,8 +16,8 @@
|
||||
"author": "Grafana Labs",
|
||||
"license": "Apache-2.0",
|
||||
"devDependencies": {
|
||||
"@grafana/data": "^6.6.0-pre",
|
||||
"@grafana/ui": "^6.6.0-pre",
|
||||
"@grafana/toolkit": "^6.6.0-pre"
|
||||
"@grafana/data": "^7.0.0-pre",
|
||||
"@grafana/ui": "^7.0.0-pre",
|
||||
"@grafana/toolkit": "^7.0.0-pre"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user