Skip to content

Commit a12fd8a

Browse files
grevorymatthewlane
authored andcommitted
Rename secureCreatives file and lint (#1203)
* Rename secureCreatives file and lint * Updated package script for linting * Use 'gulp run-tests' in package script for testing
1 parent ca4c66a commit a12fd8a

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"description": "Header Bidding Management Library",
55
"main": "src/prebid.js",
66
"scripts": {
7-
"test": "gulp test && gulp mocha"
7+
"test": "gulp run-tests",
8+
"lint": "gulp lint"
89
},
910
"repository": {
1011
"type": "git",

src/prebid.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
/** @module $$PREBID_GLOBAL$$ */
22

33
import { getGlobal } from './prebidGlobal';
4-
import {flatten, uniques, isGptPubadsDefined, adUnitsFilter } from './utils';
4+
import { flatten, uniques, isGptPubadsDefined, adUnitsFilter } from './utils';
55
import { videoAdUnit, hasNonVideoBidder } from './video';
66
import 'polyfill';
7-
import {parse as parseURL, format as formatURL} from './url';
8-
import {isValidePriceConfig} from './cpmBucketManager';
9-
import {listenMessagesFromCreative} from './secure-creatives';
7+
import { parse as parseURL, format as formatURL } from './url';
8+
import { isValidePriceConfig } from './cpmBucketManager';
9+
import { listenMessagesFromCreative } from './secureCreatives';
1010
import { syncCookies } from 'src/cookie.js';
1111
import { loadScript } from './adloader';
1212

File renamed without changes.

0 commit comments

Comments
 (0)