File tree 3 files changed +19
-9
lines changed
angular-reactive-validation
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
17
17
18
18
To install this library, run:
19
19
20
- ** NOT YET AVAILABLE**
21
-
22
20
``` bash
23
21
npm install angular-reactive-validation --save
24
22
```
Original file line number Diff line number Diff line change 1
1
{
2
2
"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
+ },
5
9
"author" : {
6
- "name" : " David Walschots"
10
+ "name" : " David Walschots" ,
11
+
7
12
},
13
+ "bugs" : " https://github.com/davidwalschots/angular-reactive-validation/issues" ,
14
+ "keywords" : [
15
+ " angular" ,
16
+ " validation" ,
17
+ " reactive-forms"
18
+ ],
8
19
"license" : " MIT" ,
9
20
"private" : false ,
10
21
"peerDependencies" : {
11
22
"@angular/core" : " ^6.0.0" ,
12
23
"@angular/common" : " ^6.0.0" ,
13
24
"@angular/forms" : " ^6.0.0" ,
14
- "rxjs" : " ^6.1.0" ,
15
- "tslib" : " ^1.9.0"
25
+ "rxjs" : " ^6.1.0"
16
26
},
17
27
"ngPackage" : {
18
28
"$schema" : " ./node_modules/ng-packagr/ng-package.schema.json" ,
Original file line number Diff line number Diff line change 9
9
"lint" : " ng lint" ,
10
10
"e2e" : " ng e2e" ,
11
11
"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"
13
14
},
14
15
"private" : true ,
15
16
"dependencies" : {
25
26
"core-js" : " ^2.4.1" ,
26
27
"rxjs" : " ^6.1.0" ,
27
28
"tslib" : " ^1.9.0" ,
28
- "zone.js" : " ^0.8.26"
29
+ "zone.js" : " ^0.8.26" ,
30
+ "cpx" : " ^1.5.0"
29
31
},
30
32
"devDependencies" : {
31
33
"@angular/cli" : " 6.0.0" ,
You can’t perform that action at this time.
0 commit comments