Skip to content

Commit

Permalink
Merge ec26917 into 8ad8506
Browse files Browse the repository at this point in the history
  • Loading branch information
cknightdevelopment committed Jan 29, 2019
2 parents 8ad8506 + ec26917 commit 40fc74f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ng-form-rules/projects/ng-form-rules/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-form-rules",
"version": "1.0.2",
"version": "1.0.3",
"description": "Simple, powerful, and customizable rule engine library for Angular reactive forms.",
"keywords": [
"angular", "reactive forms", "rule engine", "validation"
Expand All @@ -21,7 +21,7 @@
"url": "https://github.com/cknightdevelopment/ng-form-rules.git"
},
"peerDependencies": {
"@angular/common": "^6.0.0-rc.0 || ^6.0.0",
"@angular/core": "^6.0.0-rc.0 || ^6.0.0"
"@angular/common": ">=6.0.0",
"@angular/core": ">=6.0.0"
}
}
}

0 comments on commit 40fc74f

Please sign in to comment.