Skip to content

Commit

Permalink
Fixes #14
Browse files Browse the repository at this point in the history
  • Loading branch information
VadimDez committed Apr 6, 2017
1 parent b91d088 commit daa3a3a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 0.2.3
* [[#14](https://github.com/VadimDez/ng2-img-fallback/issues/14)] - Angular 4

## 0.2.2
* [[#11](https://github.com/VadimDez/ng2-img-fallback/issues/11)] - Added `(loaded)` event

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng2-img-fallback",
"version": "0.2.2",
"version": "0.2.3",
"description": "Angular2 directive for image fallback",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"homepage": "https://github.com/VadimDez/ng2-img-fallback#readme",
"peerDependencies": {
"@angular/core": "^2.0.1"
"@angular/core": ">=2.0.0"
},
"dependencies": {},
"devDependencies": {
Expand Down

0 comments on commit daa3a3a

Please sign in to comment.