Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 161 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 161 Bytes

Geoblocks sources

Publish a new version to npm

npm ci
npm test

then:

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