mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-10 19:56:54 +03:00
Bump redux-devtools-instrument
This commit is contained in:
parent
22dc9f259c
commit
eef342fb64
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "redux-devtools-instrument",
|
||||
"version": "1.9.5",
|
||||
"version": "1.9.6",
|
||||
"description": "Redux DevTools instrumentation",
|
||||
"main": "lib/instrument.js",
|
||||
"scripts": {
|
||||
|
|
|
@ -27,7 +27,7 @@ const isChrome = (
|
|||
));
|
||||
|
||||
const isChromeOrNode = (
|
||||
isChrome || (typeof process !== 'undefined' && process.release.name === 'node')
|
||||
isChrome || (typeof process !== 'undefined' && process.release && process.release.name === 'node')
|
||||
);
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue
Block a user