mirror of
https://github.com/bpmn-io/bpmn-js.git
synced 2025-08-26 04:32:44 +08:00
deps: replace inherits with inherits-browser
This increase the safety of our build; external consumers do no longer need to account for the `browser` field to bundle bpmn-js (or otherwise bundle a Node shim, unintentionally).
This commit is contained in:

committed by
fake-join[bot]
![fake-join[bot]](/assets/img/avatar_default.png)
parent
e02fd6138d
commit
7478388070
@ -1,4 +1,4 @@
|
||||
import inherits from 'inherits';
|
||||
import inherits from 'inherits-browser';
|
||||
|
||||
import CommandInterceptor from 'diagram-js/lib/command/CommandInterceptor';
|
||||
|
||||
|
Reference in New Issue
Block a user