2.3.0 • Published 5 years ago
lib-global v2.3.0
Lib for expanding functionality and deduplicating code between services
Example
const { vendor } = require('lib-global')
if (vendor.requiresTravellerDetails('00128000018BZkIAAW')) {
}
Release
Use npm to patch, minor or whatever version:
npm version patch -m "release version %s"
git push && git push --tags2.3.0
5 years ago