chore(NA): add spec-to-console and plugin-helpers as devOnly dependencies (#81357) (#81413)

This commit is contained in:
Tiago Costa 2020-10-22 01:50:34 +01:00 committed by GitHub
parent 941af1c26b
commit 07dd84ab70
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View file

@ -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"

View file

@ -12,6 +12,9 @@
},
"author": "",
"license": "Apache-2.0",
"kibana": {
"devOnly": true
},
"bugs": {
"url": "https://github.com/jbudz/spec-to-console/issues"
},