Comparing version 2.0.0 to 2.0.1
@@ -8,3 +8,3 @@ /** | ||
* @link https://github.com/avoidwork/tiny-defer | ||
* @version 2.0.0 | ||
* @version 2.0.1 | ||
*/ | ||
@@ -11,0 +11,0 @@ (function (global) { |
@@ -0,1 +1,3 @@ | ||
"use strict"; | ||
/** | ||
@@ -8,6 +10,4 @@ * Tiny Deferred for Client or Server | ||
* @link https://github.com/avoidwork/tiny-defer | ||
* @version 2.0.0 | ||
* @version 2.0.1 | ||
*/ | ||
"use strict"; | ||
(function (global) { | ||
@@ -17,5 +17,5 @@ var Promise = global.Promise; | ||
function deferred() { | ||
var promise = undefined, | ||
resolver = undefined, | ||
rejecter = undefined; | ||
var promise = void 0, | ||
resolver = void 0, | ||
rejecter = void 0; | ||
@@ -22,0 +22,0 @@ promise = new Promise(function (resolve, reject) { |
{ | ||
"name": "tiny-defer", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Tiny Deferred for Client or Server", | ||
@@ -31,5 +31,6 @@ "main": "lib/tiny-defer.js", | ||
"devDependencies": { | ||
"babel-eslint": "^4.1.0", | ||
"babel-eslint": "^4.1.4", | ||
"babel-preset-es2015": "^6.1.2", | ||
"grunt": "^0.4.5", | ||
"grunt-babel": "^5.0.0", | ||
"grunt-babel": "^6.0.0", | ||
"grunt-cli": "^0.1.13", | ||
@@ -36,0 +37,0 @@ "grunt-contrib-concat": "^0.5.1", |
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
10522
10