[kbn/bootstrap] validate that certain deps don't ship in production (#80549)

Co-authored-by: spalger <spalger@users.noreply.github.com>
This commit is contained in:
Spencer 2020-10-15 09:56:10 -07:00 committed by GitHub
parent cd9381c118
commit 07c1284e9d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
23 changed files with 842 additions and 709 deletions

View file

@ -3,6 +3,9 @@
"version": "1.0.0",
"private": true,
"license": "Apache-2.0",
"kibana": {
"devOnly": true
},
"peerDependencies": {
"eslint": "6.8.0",
"babel-eslint": "^10.0.3"