Comparing version 1.0.4 to 2.0.0
@@ -5,9 +5,9 @@ /** | ||
* @author Jason Mulligan <jason.mulligan@avoidwork.com> | ||
* @copyright 2015 Jason Mulligan <jason.mulligan@avoidwork.com> | ||
* @copyright 2016 Jason Mulligan <jason.mulligan@avoidwork.com> | ||
* @license BSD-3-Clause | ||
* @link https://github.com/avoidwork/tiny-defer | ||
* @version 1.0.4 | ||
* @version 2.0.0 | ||
*/ | ||
(function (global) { | ||
const Promise = global.Promise || require("es6-promise").Promise; | ||
const Promise = global.Promise; | ||
@@ -14,0 +14,0 @@ function deferred () { |
@@ -5,6 +5,6 @@ /** | ||
* @author Jason Mulligan <jason.mulligan@avoidwork.com> | ||
* @copyright 2015 Jason Mulligan <jason.mulligan@avoidwork.com> | ||
* @copyright 2016 Jason Mulligan <jason.mulligan@avoidwork.com> | ||
* @license BSD-3-Clause | ||
* @link https://github.com/avoidwork/tiny-defer | ||
* @version 1.0.4 | ||
* @version 2.0.0 | ||
*/ | ||
@@ -14,3 +14,3 @@ "use strict"; | ||
(function (global) { | ||
var Promise = global.Promise || require("es6-promise").Promise; | ||
var Promise = global.Promise; | ||
@@ -17,0 +17,0 @@ function deferred() { |
{ | ||
"name": "tiny-defer", | ||
"version": "1.0.4", | ||
"version": "2.0.0", | ||
"description": "Tiny Deferred for Client or Server", | ||
@@ -26,2 +26,6 @@ "main": "lib/tiny-defer.js", | ||
"homepage": "https://github.com/avoidwork/tiny-defer", | ||
"engineStrict": true, | ||
"engines": { | ||
"node": ">=4.0.0" | ||
}, | ||
"devDependencies": { | ||
@@ -33,9 +37,7 @@ "babel-eslint": "^4.1.0", | ||
"grunt-contrib-concat": "^0.5.1", | ||
"grunt-contrib-nodeunit": "^1.0.0", | ||
"grunt-contrib-uglify": "^0.9.1", | ||
"grunt-contrib-watch": "^0.6.1", | ||
"grunt-eslint": "^17.1.0" | ||
}, | ||
"dependencies": { | ||
"es6-promise": "^3.0.2" | ||
} | ||
} |
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
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
0
10494
9
- Removedes6-promise@^3.0.2
- Removedes6-promise@3.3.1(transitive)