Skip to content

Commit

Permalink
Remove unused statements
Browse files Browse the repository at this point in the history
  • Loading branch information
Li Xinyang authored and Li Xinyang committed Oct 20, 2017
1 parent abf387a commit 459ca31
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"prettier.singleQuote": true
}
2 changes: 0 additions & 2 deletions modules/quantcastBidAdapter.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import adapterManager from 'src/adaptermanager';
import * as utils from 'src/utils';
import { registerBidder } from 'src/adapters/bidderFactory';

Expand Down Expand Up @@ -163,7 +162,6 @@ export const spec = {
getUserSyncs(syncOptions) {
// Quantcast does not do `UserSyncs` at the moment.
// This feature will be supported at a later time.
return;
}
};

Expand Down
9 changes: 2 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,7 @@
"type": "git",
"url": "https://github.com/prebid/Prebid.js.git"
},
"keywords": [
"advertising",
"auction",
"header bidding",
"prebid"
],
"keywords": ["advertising", "auction", "header bidding", "prebid"],
"globalVarName": "pbjs",
"author": "the prebid.js contributors",
"license": "Apache-2.0",
Expand All @@ -43,7 +38,7 @@
"eslint-plugin-standard": "^3.0.1",
"faker": "^3.1.0",
"fs.extra": "^1.3.2",
"gulp": "^3.8.7",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-clean": "^0.3.2",
"gulp-concat": "^2.6.0",
Expand Down
6 changes: 5 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3940,7 +3940,7 @@ gulp-webdriver@^1.0.1:
through2 "^0.6.5"
webdriverio "^3.4.0"

gulp@^3.8.7:
gulp@^3.9.1:
version "3.9.1"
resolved "https://registry.yarnpkg.com/gulp/-/gulp-3.9.1.tgz#571ce45928dd40af6514fc4011866016c13845b4"
dependencies:
Expand Down Expand Up @@ -4249,6 +4249,10 @@ ieee754@^1.1.4:
version "1.1.8"
resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.1.8.tgz#be33d40ac10ef1926701f6f08a2d86fbfd1ad3e4"

ignore-loader@^0.1.2:
version "0.1.2"
resolved "https://registry.yarnpkg.com/ignore-loader/-/ignore-loader-0.1.2.tgz#d81f240376d0ba4f0d778972c3ad25874117a463"

ignore@^3.3.3:
version "3.3.5"
resolved "https://registry.yarnpkg.com/ignore/-/ignore-3.3.5.tgz#c4e715455f6073a8d7e5dae72d2fc9d71663dba6"
Expand Down

0 comments on commit 459ca31

Please sign in to comment.