Comparing version 0.1.0 to 0.1.1
@@ -1,8 +0,10 @@ | ||
(function (definition) { | ||
if (typeof module !== 'undefined') { | ||
module.exports = definition(); | ||
(function (root, factory) { | ||
if (typeof define === 'function' && define.amd) { | ||
define(factory); | ||
} else if (typeof exports === 'object') { | ||
module.exports = factory(); | ||
} else { | ||
this.ayepromise = definition(); | ||
} | ||
})(function () { | ||
root.ayepromise = factory(); | ||
} | ||
}(this, function () { | ||
var ayepromise = {}; | ||
@@ -140,2 +142,2 @@ | ||
return ayepromise; | ||
}); | ||
})); |
{ | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"name": "ayepromise", | ||
@@ -7,2 +7,11 @@ "main": "./ayepromise.js", | ||
"homepage": "http://github.com/cburgmer/ayepromise", | ||
"licenses": [ | ||
{ | ||
"name": "BSD-2-Clause", | ||
"url": "http://opensource.org/licenses/BSD-2-Clause" | ||
}, { | ||
"name": "WTFPL", | ||
"url": "http://www.wtfpl.net/txt/copying/" | ||
} | ||
], | ||
"author": "Christoph Burgmer <christoph.burgmer@gmail.com>", | ||
@@ -9,0 +18,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Misc. License Issues
License(Experimental) A package's licensing information has fine-grained problems.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
36130
14
701
1