Skip to content

Commit 0af301e

Browse files
committed
chore: update main package
1 parent b16625e commit 0af301e

File tree

2 files changed

+81
-54
lines changed

2 files changed

+81
-54
lines changed

package-lock.json

+68-38
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+13-16
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pnotify",
3-
"version": "5.0.0-alpha.5",
3+
"version": "5.0.0-alpha.6",
44
"description": "Beautiful notifications and prompts.",
55
"keywords": [
66
"notice",
@@ -30,9 +30,6 @@
3030
"lint": "eslint index.html make.js src/*.html src/*.js demo/*"
3131
},
3232
"files": [],
33-
"directories": {
34-
"lib": "dist"
35-
},
3633
"repository": {
3734
"type": "git",
3835
"url": "https://github.com/sciactive/pnotify.git"
@@ -64,17 +61,17 @@
6461
"lerna": "^3.18.3"
6562
},
6663
"dependencies": {
67-
"@pnotify/animate": "5.0.0-alpha.5",
68-
"@pnotify/bootstrap3": "5.0.0-alpha.5",
69-
"@pnotify/bootstrap4": "5.0.0-alpha.5",
70-
"@pnotify/confirm": "5.0.0-alpha.5",
71-
"@pnotify/core": "5.0.0-alpha.5",
72-
"@pnotify/desktop": "5.0.0-alpha.5",
73-
"@pnotify/font-awesome4": "5.0.0-alpha.5",
74-
"@pnotify/font-awesome5": "5.0.0-alpha.5",
75-
"@pnotify/font-awesome5-fix": "5.0.0-alpha.5",
76-
"@pnotify/glyphicon": "5.0.0-alpha.5",
77-
"@pnotify/mobile": "5.0.0-alpha.5",
78-
"@pnotify/reference": "5.0.0-alpha.5"
64+
"@pnotify/animate": "5.0.0-alpha.6",
65+
"@pnotify/bootstrap3": "5.0.0-alpha.6",
66+
"@pnotify/bootstrap4": "5.0.0-alpha.6",
67+
"@pnotify/confirm": "5.0.0-alpha.6",
68+
"@pnotify/core": "5.0.0-alpha.6",
69+
"@pnotify/desktop": "5.0.0-alpha.6",
70+
"@pnotify/font-awesome4": "5.0.0-alpha.6",
71+
"@pnotify/font-awesome5": "5.0.0-alpha.6",
72+
"@pnotify/font-awesome5-fix": "5.0.0-alpha.6",
73+
"@pnotify/glyphicon": "5.0.0-alpha.6",
74+
"@pnotify/mobile": "5.0.0-alpha.6",
75+
"@pnotify/reference": "5.0.0-alpha.6"
7976
}
8077
}

0 commit comments

Comments
 (0)