From d442d03d6c86b06ed55ef5359ddee91407aa4113 Mon Sep 17 00:00:00 2001 From: Hunter Perrin Date: Tue, 24 Apr 2018 16:52:28 -0700 Subject: [PATCH] Updated NonBlock version. Fixed version constant. --- README.md | 2 +- package.json | 2 +- src/PNotify.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7b913d94..52319635 100644 --- a/README.md +++ b/README.md @@ -418,7 +418,7 @@ PNotify.defaults.modules = { ## NonBlock Module -Requires [NonBlock.js](https://github.com/sciactive/nonblockjs) 1.0.7 or higher. +Requires [NonBlock.js](https://github.com/sciactive/nonblockjs) 1.0.8 or higher. **It is also deprecated and unnecessary in v4.** All it does is add the 'nonblock' class to your notice. You can do the same yourself with `addClass: 'nonblock'`. diff --git a/package.json b/package.json index a28b5946..2be69f5b 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "peerDependencies": { "animate.css": "^3.5.2", "material-design-icons": "^3.0.1", - "nonblockjs": "^1.0.7" + "nonblockjs": "^1.0.8" }, "dependencies": {} } diff --git a/src/PNotify.html b/src/PNotify.html index 17421370..30349049 100644 --- a/src/PNotify.html +++ b/src/PNotify.html @@ -150,7 +150,7 @@