pushy-sdk-web
Advanced tools
Comparing version 1.0.16 to 1.0.17
@@ -7,3 +7,3 @@ { | ||
"comment": "NOTE: Increment src/config.js version code", | ||
"version": "1.0.16", | ||
"version": "1.0.17", | ||
"main": "src/lib/pushy.js", | ||
@@ -23,2 +23,6 @@ "scripts": { | ||
"homepage": "https://github.com/pushy/pushy-sdk-web#readme", | ||
"dependencies": { | ||
"promise-polyfill": "^6.0.2", | ||
"whatwg-fetch": "^1.0.0" | ||
}, | ||
"devDependencies": { | ||
@@ -38,6 +42,4 @@ "babel-core": "^6.18.0", | ||
"url-loader": "^0.5.7", | ||
"webpack": "^1.13.3", | ||
"promise-polyfill": "^6.0.2", | ||
"whatwg-fetch": "^1.0.0" | ||
"webpack": "^1.13.3" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
365680
14
2
25
5253
+ Addedpromise-polyfill@^6.0.2
+ Addedwhatwg-fetch@^1.0.0
+ Addedpromise-polyfill@6.1.0(transitive)
+ Addedwhatwg-fetch@1.1.1(transitive)