Skip to content

Commit

Permalink
bump version to v.0.0.2 -- handles null values now
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesHoppe committed Feb 23, 2017
1 parent a1596f3 commit d65f5ec
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion angular-date-value-accessor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[![Screenshot](https://johanneshoppe.github.io/angular-date-value-accessor/assets/screenshot.png)](http://johanneshoppe.github.io/angular-date-value-accessor/)

A custom value accessor for Angular 2.
A custom value accessor for Angular 2/4.
Now you can use JavaScript Date objects directly with two-way data bindings (ngModel) as well as with reactive forms (formControlName/formControl).

## Examples:
Expand Down
1 change: 1 addition & 0 deletions angular-date-value-accessor/README_howto.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ All the .ts files are transpiled to ES5/commonjs for best consumability.
Bump the version in `package.json` and...

```bash
npm run build
npm test
npm publish
```
Expand Down
6 changes: 3 additions & 3 deletions angular-date-value-accessor/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "angular-date-value-accessor",
"version": "0.0.1",
"description": "DateValueAccessor for Angular 2 (two-way data bindings with ngModel on date objects)",
"version": "0.0.2",
"description": "DateValueAccessor for Angular (two-way data bindings with ngModel on date objects)",
"main": "index.js",
"typings": "./index.d.ts",
"files": [
Expand Down Expand Up @@ -52,7 +52,7 @@
},
"homepage": "https://github.com/johanneshoppe/angular-date-value-accessor#readme",
"peerDependencies": {
"@angular/core": "^2.0.0"
"@angular/core": "*"
},
"devDependencies": {
"@angular/common": "2.0.1",
Expand Down

0 comments on commit d65f5ec

Please sign in to comment.