Skip to content

Commit

Permalink
Rename secureCreatives file and lint (prebid#1203)
Browse files Browse the repository at this point in the history
* Rename secureCreatives file and lint

* Updated package script for linting

* Use 'gulp run-tests' in package script for testing
  • Loading branch information
grevory authored and John Salis committed May 19, 2017
1 parent 4f072e3 commit b025d54
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"description": "Header Bidding Management Library",
"main": "src/prebid.js",
"scripts": {
"test": "gulp test && gulp mocha"
"test": "gulp run-tests",
"lint": "gulp lint"
},
"repository": {
"type": "git",
Expand Down
8 changes: 4 additions & 4 deletions src/prebid.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
/** @module $$PREBID_GLOBAL$$ */

import { getGlobal } from './prebidGlobal';
import {flatten, uniques, isGptPubadsDefined, adUnitsFilter } from './utils';
import { flatten, uniques, isGptPubadsDefined, adUnitsFilter } from './utils';
import { videoAdUnit, hasNonVideoBidder } from './video';
import 'polyfill';
import {parse as parseURL, format as formatURL} from './url';
import {isValidePriceConfig} from './cpmBucketManager';
import {listenMessagesFromCreative} from './secure-creatives';
import { parse as parseURL, format as formatURL } from './url';
import { isValidePriceConfig } from './cpmBucketManager';
import { listenMessagesFromCreative } from './secureCreatives';
import { syncCookies } from 'src/cookie.js';
import { loadScript } from './adloader';

Expand Down
File renamed without changes.

0 comments on commit b025d54

Please sign in to comment.