Skip to content

Commit

Permalink
chore(NA): add spec-to-console and plugin-helpers as devOnly dependen…
Browse files Browse the repository at this point in the history
…cies (#81357) (#81413)
  • Loading branch information
mistic authored Oct 22, 2020
1 parent 941af1c commit 07dd84a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/kbn-plugin-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
3 changes: 3 additions & 0 deletions packages/kbn-spec-to-console/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
},
"author": "",
"license": "Apache-2.0",
"kibana": {
"devOnly": true
},
"bugs": {
"url": "https://github.com/jbudz/spec-to-console/issues"
},
Expand Down

0 comments on commit 07dd84a

Please sign in to comment.