node_modules/preact/devtools/src/devtools.js in isomorfeus-preact-10.6.14 vs node_modules/preact/devtools/src/devtools.js in isomorfeus-preact-10.6.15

- old
+ new

@@ -1,10 +1,10 @@ -import { options, Fragment, Component } from 'preact'; - -export function initDevTools() { - if (typeof window != 'undefined' && window.__PREACT_DEVTOOLS__) { - window.__PREACT_DEVTOOLS__.attachPreact('10.6.4', options, { - Fragment, - Component - }); - } -} +import { options, Fragment, Component } from 'preact'; + +export function initDevTools() { + if (typeof window != 'undefined' && window.__PREACT_DEVTOOLS__) { + window.__PREACT_DEVTOOLS__.attachPreact('10.6.5', options, { + Fragment, + Component + }); + } +}