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

This commit is contained in:
Thomas Watson 2020-11-24 21:22:58 +01:00 committed by GitHub
parent 3612e3f98d
commit cc35065f5a
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) {