jquery-toast-plugin
Advanced tools
Comparing version 1.3.0 to 1.3.1
{ | ||
"name": "jquery-toast-plugin", | ||
"description": "A highly customizable jquery toast plugin", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"main": [ | ||
@@ -6,0 +6,0 @@ "./dist/jquery.toast.min.js", |
; | ||
// jQuery toast plugin created by Kamran Ahmed copyright MIT license 2015 | ||
// v0.3 | ||
if ( typeof Object.create !== 'function' ) { | ||
@@ -5,0 +4,0 @@ Object.create = function( obj ) { |
{ | ||
"name": "jquery-toast-plugin", | ||
"filename": "dist/jquery.toast.min.js", | ||
"main": "jquery.toast.js", | ||
"main": "dist/jquery.toast.min.js", | ||
"style": "dist/jquery.toast.min.css", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "Highly customizable jquery plugin to show toast messages", | ||
@@ -36,2 +36,2 @@ "homepage": "http://www.kamranahmed.info/toast", | ||
} | ||
} | ||
} |
@@ -12,5 +12,11 @@ #Jquery Toast Plugin | ||
```js | ||
bower install kamranahmedse/jquery-toast-plugin | ||
bower install jquery-toast-plugin | ||
``` | ||
or via `npm` | ||
```js | ||
npm install jquery-toast-plugin | ||
``` | ||
Or directly download the repository and place the content of `dist` wherever you can access them. | ||
@@ -17,0 +23,0 @@ - Include the CSS and JS files. |
; | ||
// jQuery toast plugin created by Kamran Ahmed copyright MIT license 2015 | ||
// v1.3.0 | ||
if ( typeof Object.create !== 'function' ) { | ||
@@ -5,0 +4,0 @@ Object.create = function( obj ) { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
100676
145
651