Skip to content

Commit

Permalink
Updated NonBlock version. Fixed version constant.
Browse files Browse the repository at this point in the history
  • Loading branch information
hperrin committed Apr 24, 2018
1 parent 8d14276 commit d442d03
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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'`.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -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": {}
}
2 changes: 1 addition & 1 deletion src/PNotify.html
Expand Up @@ -150,7 +150,7 @@ <h4 ref:titleContainer class="ui-pnotify-title {_styles.title ? _styles.title :
// Add static properties to the PNotify object.
PNotify = Component;

PNotify.VERSION = '4.0.0-alpha.2';
PNotify.VERSION = '4.0.0-alpha.3';

PNotify.defaultStack = {
dir1: 'down',
Expand Down

0 comments on commit d442d03

Please sign in to comment.