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
  • Loading branch information
mistic committed Oct 21, 2020
1 parent 32e54bb commit e8ac9e1
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 e8ac9e1

Please sign in to comment.