Skip to content

5.0.0-alpha.6

Pre-release
Pre-release
Compare
Choose a tag to compare
@hperrin hperrin released this 29 Feb 03:54
· 124 commits to develop since this release
  • Broke out PNotify and its modules into their own packages.
# Install the packages you need individually.

# You definitely need this one.
npm install --save-dev @pnotify/core
# These are the optional ones.
npm install --save-dev @pnotify/animate
npm install --save-dev @pnotify/bootstrap3
npm install --save-dev @pnotify/bootstrap4
npm install --save-dev @pnotify/confirm
npm install --save-dev @pnotify/desktop
npm install --save-dev @pnotify/font-awesome4
npm install --save-dev @pnotify/font-awesome5
npm install --save-dev @pnotify/font-awesome5-fix
npm install --save-dev @pnotify/glyphicon
npm install --save-dev @pnotify/mobile

# ...

# Or, you can install this to get them all (if you're lazy).
npm install --save pnotify