From 62be70e2c68a2e5403f72c1e78cbf9431098815d Mon Sep 17 00:00:00 2001 From: Guillaume Vincent Date: Sat, 4 Jun 2016 22:32:33 +0200 Subject: [PATCH] remove toastr and replace it with notie --- package.json | 1 + src/app.vue | 2 +- src/services/logging.js | 40 +++++++++++++--------------------------- 3 files changed, 15 insertions(+), 28 deletions(-) diff --git a/package.json b/package.json index 029744a..1045f4e 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,7 @@ "jquery": "^2.2.2", "lesspass": "^2.0.1", "moment": "^2.12.0", + "notie": "^3.2.0", "tether": "^1.2.0", "toastr": "^2.1.2", "vue": "^1.0.20", diff --git a/src/app.vue b/src/app.vue index b0cd735..ed85198 100644 --- a/src/app.vue +++ b/src/app.vue @@ -1,7 +1,7 @@