Skip to content
This repository was archived by the owner on Jan 5, 2022. It is now read-only.

Commit eb8d225

Browse files
committed
update build script and readme
1 parent 3f6d86b commit eb8d225

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: node_js
22
node_js:
33
- 10.16.3
4-
script: ng build --project ng-bootstrap-form-validation
4+
script: ng build --prod --project ng-bootstrap-form-validation
55
before_deploy: node ./scripts/beforeDeploy && cd dist/ng-bootstrap-form-validation
66
deploy:
77
- provider: npm

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ An Angular module that makes Bootstrap form validation easy.
88

99
Check out [the demo](https://third774.github.io/ng-bootstrap-form-validation)!
1010

11-
*Note: v5.0.0 is out and supports Angular 8!*
11+
*Note: v9.0.0 is out and supports Angular 9!*
1212

1313
## Install
1414

projects/ng-bootstrap-form-validation/src/public_api.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
*/
44

55
export { ErrorMessage, FormatErrorFunction } from "./lib/Models/error-message";
6+
export { FormControlDirective } from "./lib/Directives/form-control.directive";
67
export {
78
FormValidationDirective
89
} from "./lib/Directives/form-validation.directive";

0 commit comments

Comments
 (0)