diff options
author | Julius Härtl <jus@bitgrid.net> | 2019-03-01 13:02:12 +0100 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2019-06-07 07:32:16 +0200 |
commit | 2d0337332d64065c5bf36dfb775c48976c0f730d (patch) | |
tree | f863ac28782caf124f68baecffef86576570c6f0 /package.json | |
parent | 07ffe4a34a9b3e63f33603a2e2bd49ea98293d88 (diff) | |
download | nextcloud-server-2d0337332d64065c5bf36dfb775c48976c0f730d.tar.gz nextcloud-server-2d0337332d64065c5bf36dfb775c48976c0f730d.zip |
Add toastify js as a OC.Notification replacement
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index 106d11a8233..3c53855a0df 100644 --- a/package.json +++ b/package.json @@ -48,6 +48,7 @@ "query-string": "^5.1.1", "snap.js": "^2.0.9", "strengthify": "git+https://github.com/MorrisJobke/strengthify.git#0.5.8", + "toastify-js": "^1.5.0", "underscore": "^1.9.1", "v-tooltip": "^2.0.2", "vue": "^2.6.10", |