fix: use inherits-browser

This commit is contained in:
Nico Rehwaldt 2022-05-24 21:54:31 +02:00 committed by fake-join[bot]
parent 6c3d50584c
commit 03937ad51f
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ import {
assign
} from 'min-dash';
import inherits from 'inherits';
import inherits from 'inherits-browser';
import CommandInterceptor from 'diagram-js/lib/command/CommandInterceptor';