diff --git a/readme.md b/readme.md index 2e760ce..e23cfe6 100644 --- a/readme.md +++ b/readme.md @@ -190,3 +190,8 @@ Releasing [semantic-release](https://github.com/semantic-release/semantic-release) is used with Travis CI to perform releases on merged PRs to `master` branch. Commit messages must follow [AngularJS Commit Message Conventions](https://github.com/semantic-release/semantic-release#default-commit-message-format) for `semantic-release` to correctly choose the next version. + +If the Travis CI build for a new release is successful, it is published to npm. +`./lib/finput.js` is used by npm installs, and `./dist/finput.min.js` is +automatically served by [UNPKG](https://unpkg.com/) CDN at `https://unpkg.com/finput@latest/dist/finput.min.js` to directly load finput +in a browser environment.