UNPKG

@mapbox/mbtiles

Version:

Utilities and tilelive integration for the MBTiles format.

21 lines (17 loc) 298 B
environment: matrix: - nodejs_version: 10 - nodejs_version: 12 - nodejs_version: 14 platform: - x86 - x64 install: - ps: Install-Product node $env:nodejs_version $env:Platform - node --version - npm --version - npm install - npm test build: OFF test: OFF deploy: OFF