pushy-sdk-web
Advanced tools
Comparing version 1.0.41 to 1.0.42
@@ -6,3 +6,3 @@ { | ||
"license": "Apache-2.0", | ||
"version": "1.0.41", | ||
"version": "1.0.42", | ||
"main": "src/lib/pushy.js", | ||
@@ -9,0 +9,0 @@ "scripts": { |
@@ -1,2 +0,6 @@ | ||
// import 'babel-polyfill'; | ||
// Don't require babel-polyfill more than once | ||
if (!global._babelPolyfill) { | ||
require('babel-polyfill'); | ||
} | ||
import api from '../util/api'; | ||
@@ -3,0 +7,0 @@ import config from '../config'; |
184186
4626