@mjhls/mjh-framework 1.0.830 → 1.0.831

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.
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # mjh-framework v. 1.0.830
1
+ # mjh-framework v. 1.0.831
2
2
 
3
3
  [![NPM](https://img.shields.io/npm/v/mjh-framework.svg)](https://www.npmjs.com/package/mjh-framework) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
4
4
 
@@ -267,7 +267,7 @@ var DeckContent = function (_React$Component) {
267
267
  sizes: brandInsight.sizes,
268
268
  slotId: brandInsight.slotId + '_' + i,
269
269
  targeting: {
270
- pos: 'article' + i,
270
+ pos: 'infeed',
271
271
  content_placement: brandInsight.targeting.content_placement,
272
272
  document_url: brandInsight.targeting.document_url
273
273
  },
@@ -257,7 +257,7 @@ var DeckContent = function (_React$Component) {
257
257
  sizes: brandInsight.sizes,
258
258
  slotId: brandInsight.slotId + '_' + i,
259
259
  targeting: {
260
- pos: 'article' + i,
260
+ pos: 'infeed',
261
261
  content_placement: brandInsight.targeting.content_placement,
262
262
  document_url: brandInsight.targeting.document_url
263
263
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mjhls/mjh-framework",
3
- "version": "1.0.830",
3
+ "version": "1.0.831",
4
4
  "description": "Foundation Framework",
5
5
  "author": "mjh-framework",
6
6
  "license": "MIT",