diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2019-06-07 08:24:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-07 08:24:15 +0200 |
commit | b968987ed4bf9f3bdcbe423935dd41a36b15ad3d (patch) | |
tree | d68c97982dfa6fa8b8d70dd306e17ed3ea150f8d /package.json | |
parent | 07ffe4a34a9b3e63f33603a2e2bd49ea98293d88 (diff) | |
parent | d95ef2c0f7b4e6a0d41b635efd93d38878fa3262 (diff) | |
download | nextcloud-server-b968987ed4bf9f3bdcbe423935dd41a36b15ad3d.tar.gz nextcloud-server-b968987ed4bf9f3bdcbe423935dd41a36b15ad3d.zip |
Replace OC.Notification with toastify js (#15124)
Replace OC.Notification with toastify js
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", |