From 585f13325d127007626edb04faf697f2fa5f4e08 Mon Sep 17 00:00:00 2001 From: Sergey Akopkokhyants Date: Thu, 12 May 2016 16:48:22 +0200 Subject: [PATCH] feat(): Migrated to Angular 2.0.0-rc.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 531bf19..b8d7a05 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ng2-toasty", - "description": "Angular2 Toasty component shows growl-style alerts and messages for your app.", + "description": "Angular2 Toasty component shows growl-style alerts and messages for your web application", "scripts": { "test": "tsc && karma start", "test-watch": "tsc && karma start --no-single-run --auto-watch",