Update example docs with correct version of Boom (#84271) (#84275)

This commit is contained in:
Thomas Watson 2020-11-24 22:15:14 +01:00 committed by GitHub
parent 5beb2433d4
commit 659ee3322f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -242,7 +242,7 @@ migration is complete:
----
import { schema } from '@kbn/config-schema';
import { CoreSetup } from 'kibana/server';
import Boom from 'boom';
import Boom from '@hapi/boom';
export class DemoPlugin {
public setup(core: CoreSetup) {