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

Commit d83ab51

Browse files
authored
Merge pull request #92 from kingcody/v9
Update build script, peerDeps, and README
2 parents 75561a6 + 4987b15 commit d83ab51

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
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/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"node": ">=10.0.0"
66
},
77
"peerDependencies": {
8-
"@angular/common": "^8.0.0",
9-
"@angular/core": "^8.0.0"
8+
"@angular/common": "^9.0.0",
9+
"@angular/core": "^9.0.0"
1010
}
1111
}

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)