google-publisher-tag-pro
v0.1.4
Published
Lib made to help developers to manage ads in web sites.
Downloads
33
Readme
Google Publisher Tag - Pro
ROAD MAP
- [ ] - Optional size mapping.
- [ ] - Publish project via CI/CD
- [ ] - Unit tests.
Managing NPM
Update the project minor version with a prefix:
$ npm version preminor --preid alphaUpdate the project prerelease version with a prefix:
$ npm version prerelease --preid=alphaUpdate directly the patch version (for hotfixes):
$ npm version patchPublish the project in NPM
$ npm publish --access public
