Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

google-publisher-tag-pro

Hercilio1280.1.4

Lib made to help developers to manage ads in web sites.

GPT, Ads, Ad manager

readme

Google Publisher Tag - Pro

ROAD MAP

  • <input disabled="" type="checkbox">
    • Optional size mapping.
  • <input disabled="" type="checkbox">
    • Publish project via CI/CD
  • <input disabled="" type="checkbox">
    • Unit tests.

Managing NPM

  • Update the project minor version with a prefix:

      $ npm version preminor --preid alpha
  • Update the project prerelease version with a prefix:

      $ npm version prerelease --preid=alpha
  • Update directly the patch version (for hotfixes):

      $ npm version patch
  • Publish the project in NPM

      $ npm publish --access public