inject-tags
Advanced tools
Comparing version
{ | ||
"name": "inject-tags", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "(web) Help inserting advertising pixel tag into a container in the DOM", | ||
"main": "lib/index.js", | ||
"jsnext:main": "lib/esm/index.js", | ||
"main": "lib/cjs/index.js", | ||
"scripts": { | ||
"lint": "eslint src test", | ||
"test": "npm run build && mocha --compilers js:babel-register", | ||
"build": "BABEL_ENV=production babel --out-dir lib src/", | ||
"build": "BABEL_ENV=production_cjs babel --out-dir lib/cjs src/ && BABEL_ENV=production_esm babel --out-dir lib/esm src/", | ||
"watch": "babel --out-dir lib src/ --watch", | ||
@@ -11,0 +12,0 @@ "prepublish": "npm run lint && npm run build" |
5310
47.34%5
25%