From 887cb73a2d78db94ca8d89ac53068626ea4340a5 Mon Sep 17 00:00:00 2001 From: Vadym Yatsyuk Date: Tue, 7 Jun 2016 22:26:22 +0200 Subject: [PATCH] bumped version, changed main file --- example/package.json | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/example/package.json b/example/package.json index 4cdba6cf..d12d8798 100644 --- a/example/package.json +++ b/example/package.json @@ -19,7 +19,7 @@ "@angular/platform-browser": "2.0.0-rc.1", "@angular/platform-browser-dynamic": "2.0.0-rc.1", "es6-shim": "^0.35.0", - "ng2-img-fallback": "0.1.0", + "ng2-img-fallback": "0.1.1", "reflect-metadata": "0.1.3", "rxjs": "5.0.0-beta.6", "systemjs": "0.19.26", diff --git a/package.json b/package.json index a074567e..500a9550 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "ng2-img-fallback", - "version": "0.1.0", + "version": "0.1.1", "description": "Angular2 directive for image fallback", - "main": "index.js", + "main": "dist/index.js", "directories": { "example": "example" },