mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-01-31 19:54:35 +03:00
Bump redux-devtools-instrument
This commit is contained in:
parent
22dc9f259c
commit
eef342fb64
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "redux-devtools-instrument",
|
"name": "redux-devtools-instrument",
|
||||||
"version": "1.9.5",
|
"version": "1.9.6",
|
||||||
"description": "Redux DevTools instrumentation",
|
"description": "Redux DevTools instrumentation",
|
||||||
"main": "lib/instrument.js",
|
"main": "lib/instrument.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
@ -27,7 +27,7 @@ const isChrome = (
|
||||||
));
|
));
|
||||||
|
|
||||||
const isChromeOrNode = (
|
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