UNPKG

libphonenumber-js

Version:

A simpler (and smaller) rewrite of Google Android's libphonenumber library in javascript

17 lines (13 loc) 237 B
image: node:16 pages: script: - npm install - npm run metadata:generate - npm run build - mv ./bundle ./public - cp --recursive ./website/* ./public/ artifacts: paths: - public only: - master