faucet-pipeline-core
v4.0.1
Published
faucet-pipeline's core library
Readme
faucet-pipeline-core
See faucet-pipeline.org for documentation.
License
faucet-pipeline is licensed under the Apache 2.0 License.
Contributing
- ensure Node is installed
npm installdownloads dependenciesnpm testruns the test suite and checks code for stylistic consistency
Releases
NB: version numbers are incremented in accordance with semantic versioning
update version number in
package.jsonupdate
CHANGELOG.mdcommit as "v#.#.#"
$ git commit -m "v`node -p -e 'require("./package.json").version'`"./releasepublishes the new version
