UNPKG

@cmunroe/ip2asn

Version:

A class that works with https://ip2asn.ipinfo.app/.

12 lines (11 loc) 307 B
# This file is a template, and might need editing before it works on your project. npmjs: image: node:latest # Official docker image. stage: build before_script: - npm config set //registry.npmjs.org/:_authToken ${NPM_TOKEN} script: - npm publish --verbose only: - master