Skip to content

Commit

Permalink
chore: update main package
Browse files Browse the repository at this point in the history
  • Loading branch information
hperrin committed Feb 29, 2020
1 parent b16625e commit 0af301e
Show file tree
Hide file tree
Showing 2 changed files with 81 additions and 54 deletions.
106 changes: 68 additions & 38 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

29 changes: 13 additions & 16 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "pnotify",
"version": "5.0.0-alpha.5",
"version": "5.0.0-alpha.6",
"description": "Beautiful notifications and prompts.",
"keywords": [
"notice",
Expand Down Expand Up @@ -30,9 +30,6 @@
"lint": "eslint index.html make.js src/*.html src/*.js demo/*"
},
"files": [],
"directories": {
"lib": "dist"
},
"repository": {
"type": "git",
"url": "https://github.com/sciactive/pnotify.git"
Expand Down Expand Up @@ -64,17 +61,17 @@
"lerna": "^3.18.3"
},
"dependencies": {
"@pnotify/animate": "5.0.0-alpha.5",
"@pnotify/bootstrap3": "5.0.0-alpha.5",
"@pnotify/bootstrap4": "5.0.0-alpha.5",
"@pnotify/confirm": "5.0.0-alpha.5",
"@pnotify/core": "5.0.0-alpha.5",
"@pnotify/desktop": "5.0.0-alpha.5",
"@pnotify/font-awesome4": "5.0.0-alpha.5",
"@pnotify/font-awesome5": "5.0.0-alpha.5",
"@pnotify/font-awesome5-fix": "5.0.0-alpha.5",
"@pnotify/glyphicon": "5.0.0-alpha.5",
"@pnotify/mobile": "5.0.0-alpha.5",
"@pnotify/reference": "5.0.0-alpha.5"
"@pnotify/animate": "5.0.0-alpha.6",
"@pnotify/bootstrap3": "5.0.0-alpha.6",
"@pnotify/bootstrap4": "5.0.0-alpha.6",
"@pnotify/confirm": "5.0.0-alpha.6",
"@pnotify/core": "5.0.0-alpha.6",
"@pnotify/desktop": "5.0.0-alpha.6",
"@pnotify/font-awesome4": "5.0.0-alpha.6",
"@pnotify/font-awesome5": "5.0.0-alpha.6",
"@pnotify/font-awesome5-fix": "5.0.0-alpha.6",
"@pnotify/glyphicon": "5.0.0-alpha.6",
"@pnotify/mobile": "5.0.0-alpha.6",
"@pnotify/reference": "5.0.0-alpha.6"
}
}

0 comments on commit 0af301e

Please sign in to comment.