@mjhls/mjh-framework 1.0.824-test-adslot-size → 1.0.824

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -70,8 +70,8 @@ var AD300x250 = function AD300x250(_ref) {
70
70
  publication_url: targeting.publication_url
71
71
  };
72
72
 
73
- var browserSizes = [[1, 1], [300, 250], [300, 100]];
74
- var mobileSizes = [[1, 1], [300, 250], [300, 100]];
73
+ var browserSizes = [[300, 600], [300, 250], [300, 100]];
74
+ var mobileSizes = [[300, 250], [300, 100]];
75
75
 
76
76
  return React__default['default'].createElement(
77
77
  'div',
@@ -64,8 +64,8 @@ var AD300x250 = function AD300x250(_ref) {
64
64
  publication_url: targeting.publication_url
65
65
  };
66
66
 
67
- var browserSizes = [[1, 1], [300, 250], [300, 100]];
68
- var mobileSizes = [[1, 1], [300, 250], [300, 100]];
67
+ var browserSizes = [[300, 600], [300, 250], [300, 100]];
68
+ var mobileSizes = [[300, 250], [300, 100]];
69
69
 
70
70
  return React.createElement(
71
71
  'div',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mjhls/mjh-framework",
3
- "version": "1.0.824-test-adslot-size",
3
+ "version": "1.0.824",
4
4
  "description": "Foundation Framework",
5
5
  "author": "mjh-framework",
6
6
  "license": "MIT",