Bump to 0.4.1, see description

* IE9 fix
* code cleanup
* publish to npm (closes #31)
* jquery is now a peerDep (closes #53)
* improve positioning documentation
* dont reuse element notifications, always recreate (closes #43)
This commit is contained in:
Jaime Pillora
2015-12-06 00:53:19 +11:00
parent 7b0164fc63
commit b99c2ae69c
5 changed files with 15 additions and 34 deletions
+4 -4
View File
@@ -1,7 +1,7 @@
{
"title": "Notify.js",
"name": "notify",
"version": "0.4.0",
"name": "notifyjs-browser",
"version": "0.4.1",
"author": {
"name": "Jaime Pillora"
},
@@ -19,7 +19,7 @@
"test": "npm run lint",
"lint": "jshint ./dist/*.js"
},
"dependencies": {
"peerDependencies": {
"jquery": "^2.1.4"
},
"devDependencies": {
@@ -30,6 +30,6 @@
"notification",
"prompt",
"popup",
"jquery-plugin"
"jquery-plugin"
]
}