@plentyofcode/header-bidding-adslot 2.0.33

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/index.js +3 -0
  2. package/package.json +11 -0
package/index.js ADDED
@@ -0,0 +1,3 @@
1
+ const reef = require('@plentyofcode/header-bidding-adslot');
2
+
3
+ reef();
package/package.json ADDED
@@ -0,0 +1,11 @@
1
+ {
2
+ "name": "@plentyofcode/header-bidding-adslot",
3
+ "version": "2.0.33",
4
+ "description": "PoC package",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "start": "node index.js"
8
+ },
9
+ "author": "h0rus3c",
10
+ "license": "ISC"
11
+ }