UNPKG

planet-earth

Version:

Library to find any location in the planet

15 lines 267 B
environment: matrix: - nodejs_version: "6.9" cache: - node_modules install: - ps: Install-Product node $env:node_version - refreshenv - npm install --production build: off test_script: - node --version - npm --version - npm test version: "{build}"