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:
+4
-4
@@ -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"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user