From 9c4b1cd3d91b0a947337ec796d4a92bf348b7f9d Mon Sep 17 00:00:00 2001 From: Sergey Akopkokhyants Date: Thu, 12 May 2016 18:08:09 +0200 Subject: [PATCH] fix(): Updated package.jon --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b8d7a05..4e00fb0 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 web application", + "description": "Angular2 Toasty component shows growl-style alerts and messages for your web app", "scripts": { "test": "tsc && karma start", "test-watch": "tsc && karma start --no-single-run --auto-watch",