Skip to content

Commit

Permalink
updated error url again
Browse files Browse the repository at this point in the history
  • Loading branch information
jrosendahl committed Oct 26, 2018
1 parent c2e94ba commit 578c7b2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion modules/sovrnBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { registerBidder } from 'src/adapters/bidderFactory'
import { BANNER } from 'src/mediaTypes'
import { REPO_AND_VERSION } from 'src/constants'
import { ajax } from 'src/ajax'
const errorUrl = 'https://pcb.aws.lijit.com/analytics'
const errorUrl = 'https://pcb.aws.lijit.com/collect'

export const spec = {
code: 'sovrn',
Expand Down
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prebid.js",
"version": "1.27.0-pre",
"name": "sovrn-prebid.js",
"version": "1.27.0-pre-beta.HB-58.3",
"description": "Header Bidding Management Library",
"main": "src/prebid.js",
"scripts": {
Expand All @@ -11,6 +11,9 @@
"type": "git",
"url": "https://github.com/prebid/Prebid.js.git"
},
"publishConfig": {
"registry":"http://nexus.prod.lijit.com/repository/npm-sovrn/"
},
"keywords": [
"advertising",
"auction",
Expand Down Expand Up @@ -105,5 +108,6 @@
"core-js": "^2.4.1",
"gulp-sourcemaps": "^2.6.0",
"just-clone": "^1.0.2"
}
},
"files":["*"]
}

0 comments on commit 578c7b2

Please sign in to comment.