mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
This commit is contained in:
parent
941af1c26b
commit
07dd84ab70
2 changed files with 6 additions and 0 deletions
|
@ -4,6 +4,9 @@
|
|||
"private": true,
|
||||
"description": "Just some helpers for kibana plugin devs.",
|
||||
"license": "Apache-2.0",
|
||||
"kibana": {
|
||||
"devOnly": true
|
||||
},
|
||||
"main": "target/index.js",
|
||||
"bin": {
|
||||
"plugin-helpers": "bin/plugin-helpers.js"
|
||||
|
|
|
@ -12,6 +12,9 @@
|
|||
},
|
||||
"author": "",
|
||||
"license": "Apache-2.0",
|
||||
"kibana": {
|
||||
"devOnly": true
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/jbudz/spec-to-console/issues"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue