@symbolic/lib
Advanced tools
Comparing version 1.0.24 to 1.0.25
@@ -15,3 +15,3 @@ 'use strict'; | ||
var isReactNative = typeof(navigator) !== 'undefined' && navigator.product === 'ReactNative'; | ||
console.log(navigator, isReactNative); | ||
var domain = { | ||
@@ -18,0 +18,0 @@ development: 'http://localhost:3301', |
{ | ||
"name": "@symbolic/lib", | ||
"version": "1.0.24", | ||
"version": "1.0.25", | ||
"description": "plain js utilities", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -8,3 +8,3 @@ import axios from 'axios'; | ||
var isReactNative = typeof(navigator) !== 'undefined' && navigator.product === 'ReactNative'; | ||
console.log(navigator, isReactNative); | ||
var domain = { | ||
@@ -11,0 +11,0 @@ development: 'http://localhost:3301', |
7716
232