woodchuck-validator
v2.2.7
Published
Forestry Data Conversion and Sanitation - from SilviaTerra
Downloads
16
Readme
woodchuck-validator
https://www.npmjs.com/package/woodchuck-validator
To publish a new version to npm
npm version patch
npm publish
Which bumps the version number and runs the transpilation from ES6 to regular 'ol javascript behind the scenes before pushing.
As a general point, we should try to keep npm and github master branch in sync. So, be sure to merge in your branch when you publish to npm.
For more, check out https://booker.codes/how-to-build-and-publish-es6-npm-modules-today-with-babel/