readded UMD stuff, and package.json tests
This commit is contained in:
+2
-5
@@ -1,7 +1,4 @@
|
||||
2015-10-20 v0.3.3
|
||||
|
||||
@EvanCarroll - Updated to remove Grunt, and coffeescript stuff.
|
||||
|
||||
2015-11-01 v0.3.4
|
||||
2015-10-20 v0.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
|
||||
|
||||
Vendored
+570
-550
File diff suppressed because it is too large
Load Diff
+23
-16
@@ -1,18 +1,25 @@
|
||||
{
|
||||
"title": "Notify.js",
|
||||
"name": "notify",
|
||||
"version": "0.3.4",
|
||||
"author": {
|
||||
"name": "Jaime Pillora"
|
||||
},
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Evan Carroll",
|
||||
"url": "http://www.evancarroll.com",
|
||||
"email": "me@evancarroll.com"
|
||||
}
|
||||
],
|
||||
"homepage": "http://notifyjs.com/",
|
||||
"license": "MIT",
|
||||
"main": "dist/notify.js"
|
||||
"title": "Notify.js",
|
||||
"name": "notify",
|
||||
"version": "0.4.0",
|
||||
"author": {
|
||||
"name": "Jaime Pillora"
|
||||
},
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Evan Carroll",
|
||||
"url": "http://www.evancarroll.com",
|
||||
"email": "me@evancarroll.com"
|
||||
}
|
||||
],
|
||||
"homepage": "http://notifyjs.com/",
|
||||
"license": "MIT",
|
||||
"main": "dist/notify.js",
|
||||
"scripts": {
|
||||
"test": "npm run lint",
|
||||
"lint": "jshint ./dist/*.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"jquery": "^2.1.4"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user