@stackworx/react
Advanced tools
Comparing version 0.0.21 to 0.0.22
@@ -12,3 +12,3 @@ "use strict"; | ||
}); | ||
Object.defineProperty(exports, "isDev", { | ||
Object.defineProperty(exports, "IS_DEV_ENV", { | ||
enumerable: true, | ||
@@ -15,0 +15,0 @@ get: function get() { |
@@ -9,3 +9,5 @@ "use strict"; | ||
/* @flow */ | ||
var _default = function _default() { | ||
var isDev = function isDev() | ||
/*: boolean*/ | ||
{ | ||
// Detect ReactNative - https://github.com/facebook/react-native/blob/d01ab66b47a173a62eef6261e2415f0619fefcbb/Libraries/Core/InitializeCore.js#L148 | ||
@@ -22,3 +24,5 @@ if (navigator.platform === 'ReactNative') { | ||
var _default = isDev(); | ||
exports.default = _default; | ||
//# sourceMappingURL=is-dev.js.map |
{ | ||
"version": "0.0.21", | ||
"version": "0.0.22", | ||
"name": "@stackworx/react", | ||
@@ -4,0 +4,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
15045
231