UNPKG

usdl-regex

Version:

US Driver's License validation via https://ntsi.com/drivers-license-format/

16 lines (12 loc) 239 B
box: node build: steps: - npm-install - npm-test publish: steps: - script: name: npm publish code: | echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc npm publish . --tag latest