Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 191 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 191 Bytes

Geoblocks projections

Publish a new version to npm

rm -rf dist
npm ci
npm run build
npm test

then:

npm version patch
npm publish
git push --tags origin master