Skip to content

Commit

Permalink
Merge pull request #18794 from guardian/kc-prebid-fix
Browse files Browse the repository at this point in the history
Fix prebid integration
  • Loading branch information
kelvin-chappell committed Jan 12, 2018
2 parents 59097eb + c6e49d1 commit f511126
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"lodash-amd": "~2.4.1",
"object-fit-videos": "^1.0.3",
"ophan-tracker-js": "1.3.9",
"prebid.js": "https://github.com/guardian/Prebid.js.git#guardian-optimised-build",
"prebid.js": "https://github.com/guardian/Prebid.js.git#e4f9d97",
"qwery": "3.4.2",
"rangefix": "^0.2.5",
"raven-js": "^3.19.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export const bidderConfig: PrebidBidderCriteria = {
slots: ['dfp-ad--top-above-nav'],
},
],
trustX: [
trustx: [
{
edition: 'any',
breakpoint: { min: 'mobile' },
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8266,9 +8266,9 @@ preact@^8.2.5:
version "8.2.5"
resolved "https://registry.yarnpkg.com/preact/-/preact-8.2.5.tgz#cbfa3962a8012768159f6d01d46f9c1eb3213c0a"

"prebid.js@https://github.com/guardian/Prebid.js.git#guardian-optimised-build":
"prebid.js@https://github.com/guardian/Prebid.js.git#e4f9d97":
version "0.34.1"
resolved "https://github.com/guardian/Prebid.js.git#3c7a8da40d2ddbe8cf30a076eb8de80b7c1d5bcf"
resolved "https://github.com/guardian/Prebid.js.git#e4f9d97bbb73f50e3c9bbe34f4ccd750b94da04b"
dependencies:
babel-plugin-transform-object-assign "^6.22.0"
core-js "^2.4.1"
Expand Down

0 comments on commit f511126

Please sign in to comment.