-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
set date change hook in <date-picker> component
closes #4
- Loading branch information
1 parent
60c573e
commit f4ef867
Showing
2 changed files
with
19 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@uiowa/date-range-picker", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"author": "Changhui Xu <[email protected]>", | ||
"contributors": [ | ||
"Jacob Feuerbach <[email protected]>" | ||
|
@@ -13,8 +13,8 @@ | |
}, | ||
"license": "MIT", | ||
"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", | ||
"@ng-bootstrap/ng-bootstrap": ">=3.0.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters