Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e3da96e3a1 | ||
|
|
0e258e80ec | ||
|
|
7191c17e26 | ||
|
|
d27d96fc24 | ||
|
|
d5ddfb7bd1 | ||
|
|
64dda76979 | ||
|
|
8ba7204c0d | ||
|
|
6a2024b997 | ||
|
|
119d4b2f44 | ||
|
|
dd5adda0bd | ||
|
|
9e61e5418d | ||
|
|
67dda7928d | ||
|
|
f1e11bcf21 | ||
|
|
4bc2d70f4c | ||
|
|
ac9bb74367 | ||
|
|
b99c2ae69c | ||
|
|
7b0164fc63 | ||
|
|
e621c2643d | ||
|
|
a4d7da2ee2 | ||
|
|
a721573076 | ||
|
|
302b39f587 | ||
|
|
97c2fd11e2 | ||
|
|
3b6b214eb8 | ||
|
|
4f88f06677 | ||
|
|
b724df3b02 | ||
|
|
521514180d | ||
|
|
904d09251b |
+2
-5
@@ -1,7 +1,4 @@
|
|||||||
2015-10-20 v0.3.3
|
2015-10-20 v0.4
|
||||||
|
|
||||||
@EvanCarroll - Updated to remove Grunt, and coffeescript stuff.
|
|
||||||
|
|
||||||
2015-11-01 v0.3.4
|
|
||||||
|
|
||||||
|
@EvanCarroll - Updated to remove Grunt, and coffeescript stuff, changed to use UMD.
|
||||||
@jpillora - Remove deprecated grunt file, there is now a single `notify.js` file
|
@jpillora - Remove deprecated grunt file, there is now a single `notify.js` file
|
||||||
|
|||||||
@@ -0,0 +1,21 @@
|
|||||||
|
MIT License
|
||||||
|
|
||||||
|
Copyright (c) 2022 Jaime Pillora <dev@jpillora.com>
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
in the Software without restriction, including without limitation the rights
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
SOFTWARE.
|
||||||
@@ -5,27 +5,10 @@ Notify.js
|
|||||||
|
|
||||||
See demos and full documentation at:
|
See demos and full documentation at:
|
||||||
|
|
||||||
## http://notifyjs.com/
|
## https://notifyjs.jpillora.com/
|
||||||
|
|
||||||
#### MIT License
|
----
|
||||||
|
|
||||||
Copyright © 2015 Jaime Pillora <dev@jpillora.com>
|
Notify.js is released under the [MIT License](https://opensource.org/licenses/MIT).
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining
|
Copyright © Jaime Pillora <dev@jpillora.com>
|
||||||
a copy of this software and associated documentation files (the
|
|
||||||
'Software'), to deal in the Software without restriction, including
|
|
||||||
without limitation the rights to use, copy, modify, merge, publish,
|
|
||||||
distribute, sublicense, and/or sell copies of the Software, and to
|
|
||||||
permit persons to whom the Software is furnished to do so, subject to
|
|
||||||
the following conditions:
|
|
||||||
|
|
||||||
The above copyright notice and this permission notice shall be
|
|
||||||
included in all copies or substantial portions of the Software.
|
|
||||||
|
|
||||||
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
||||||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
||||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
||||||
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
||||||
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
||||||
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
||||||
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "notifyjs",
|
"name": "notifyjs",
|
||||||
"version": "0.3.4",
|
"version": "0.4.1",
|
||||||
"homepage": "http://notifyjs.com/",
|
"homepage": "http://notifyjs.com/",
|
||||||
"authors": [
|
"authors": [
|
||||||
"Jaime Pillora <dev@jpillora.com>"
|
"Jaime Pillora <dev@jpillora.com>"
|
||||||
|
|||||||
Vendored
+588
-549
File diff suppressed because it is too large
Load Diff
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "notify",
|
"name": "notify",
|
||||||
"version": "0.3.4",
|
"version": "0.4.1",
|
||||||
"title": "notify",
|
"title": "notify",
|
||||||
"description": "A robust, customizable notification library",
|
"description": "A robust, customizable notification library",
|
||||||
"bugs": "https://github.com/jpillora/notifyjs/issues",
|
"bugs": "https://github.com/jpillora/notifyjs/issues",
|
||||||
|
|||||||
+33
-16
@@ -1,18 +1,35 @@
|
|||||||
{
|
{
|
||||||
"title": "Notify.js",
|
"title": "Notify.js",
|
||||||
"name": "notify",
|
"name": "notifyjs-browser",
|
||||||
"version": "0.3.4",
|
"version": "0.4.2",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Jaime Pillora"
|
"name": "Jaime Pillora"
|
||||||
},
|
},
|
||||||
"contributors": [
|
"contributors": [
|
||||||
{
|
{
|
||||||
"name": "Evan Carroll",
|
"name": "Evan Carroll",
|
||||||
"url": "http://www.evancarroll.com",
|
"url": "http://www.evancarroll.com",
|
||||||
"email": "me@evancarroll.com"
|
"email": "me@evancarroll.com"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"homepage": "http://notifyjs.com/",
|
"homepage": "http://notifyjs.com/",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "dist/notify.js"
|
"main": "dist/notify.js",
|
||||||
|
"scripts": {
|
||||||
|
"test": "npm run lint",
|
||||||
|
"lint": "jshint ./dist/*.js"
|
||||||
|
},
|
||||||
|
"peerDependencies": {
|
||||||
|
"jquery": ">=1.11.0"
|
||||||
|
},
|
||||||
|
"devDependencies": {
|
||||||
|
"jshint": "^2.8.0"
|
||||||
|
},
|
||||||
|
"keywords": [
|
||||||
|
"notify",
|
||||||
|
"notification",
|
||||||
|
"prompt",
|
||||||
|
"popup",
|
||||||
|
"jquery-plugin"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user