mobile-center
Advanced tools
Comparing version 0.7.0 to 0.8.0
{ | ||
"name": "mobile-center", | ||
"version": "0.7.0", | ||
"version": "0.8.0", | ||
"description": "Node module that contains common functionality needed to mobile-center-* modules", | ||
@@ -21,3 +21,3 @@ "main": "MobileCenter.js", | ||
"dependencies": { | ||
"mobile-center-link-scripts": "0.7.0" | ||
"mobile-center-link-scripts": "0.8.0" | ||
}, | ||
@@ -24,0 +24,0 @@ "rnpm": { |
@@ -10,4 +10,3 @@ var rnpmlink = require('mobile-center-link-scripts'); | ||
return rnpmlink.ios.addPodDeps([ | ||
{ pod: 'RNMobileCenterShared', version: '0.7.0' }, | ||
{ pod: 'MobileCenter', version: '0.10.1' } | ||
{ pod: 'RNMobileCenterShared', version: '0.8.0' } | ||
]).catch(function (e) { | ||
@@ -14,0 +13,0 @@ console.log(` |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
28211
319
+ Addedmobile-center-link-scripts@0.8.0(transitive)
- Removedmobile-center-link-scripts@0.7.0(transitive)