File tree Expand file tree Collapse file tree 3 files changed +19
-9
lines changed
angular-reactive-validation Expand file tree Collapse file tree 3 files changed +19
-9
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,6 @@ I believe Reactive Forms validation shouldn't require the developer to write lot
1717
1818To install this library, run:
1919
20- ** NOT YET AVAILABLE**
21-
2220``` bash
2321npm install angular-reactive-validation --save
2422```
Original file line number Diff line number Diff line change 11{
22 "name" : " angular-reactive-validation" ,
3- "version" : " 1.0.0-alpha.0" ,
4- "repository" : " https://github.com/davidwalschots/angular-reactive-validation.git" ,
3+ "description" : " I believe Reactive Forms validation shouldn't require the developer to write lots of HTML to show validation messages. This library makes it easy." ,
4+ "version" : " 1.0.0" ,
5+ "repository" : {
6+ "type" : " git" ,
7+ "url" : " https://github.com/davidwalschots/angular-reactive-validation.git"
8+ },
59 "author" : {
6- "name" : " David Walschots"
10+ "name" : " David Walschots" ,
11+ 712 },
13+ "bugs" : " https://github.com/davidwalschots/angular-reactive-validation/issues" ,
14+ "keywords" : [
15+ " angular" ,
16+ " validation" ,
17+ " reactive-forms"
18+ ],
819 "license" : " MIT" ,
920 "private" : false ,
1021 "peerDependencies" : {
1122 "@angular/core" : " ^6.0.0" ,
1223 "@angular/common" : " ^6.0.0" ,
1324 "@angular/forms" : " ^6.0.0" ,
14- "rxjs" : " ^6.1.0" ,
15- "tslib" : " ^1.9.0"
25+ "rxjs" : " ^6.1.0"
1626 },
1727 "ngPackage" : {
1828 "$schema" : " ./node_modules/ng-packagr/ng-package.schema.json" ,
Original file line number Diff line number Diff line change 99 "lint" : " ng lint" ,
1010 "e2e" : " ng e2e" ,
1111 "build:app" : " ng build --prod" ,
12- "build:lib" : " rimraf dist && ng-packagr -p angular-reactive-validation/package.json"
12+ "build:lib" : " rimraf dist && ng-packagr -p angular-reactive-validation/package.json && rimraf dist/angular-reactive-validation.tgz && cpx README.md dist/angular-reactive-validation" ,
13+ "publish" : " npm publish dist/angular-reactive-validation"
1314 },
1415 "private" : true ,
1516 "dependencies" : {
2526 "core-js" : " ^2.4.1" ,
2627 "rxjs" : " ^6.1.0" ,
2728 "tslib" : " ^1.9.0" ,
28- "zone.js" : " ^0.8.26"
29+ "zone.js" : " ^0.8.26" ,
30+ "cpx" : " ^1.5.0"
2931 },
3032 "devDependencies" : {
3133 "@angular/cli" : " 6.0.0" ,
You can’t perform that action at this time.
0 commit comments