cb2promise
Advanced tools
Comparing version 1.0.6 to 1.0.7
@@ -0,1 +1,8 @@ | ||
<a name="1.0.7"></a> | ||
## 1.0.7 (2017-04-28) | ||
* Remove coffee file ([2ba3c12](https://github.com/kikobeats/cb2promise/commit/2ba3c12)) | ||
<a name="1.0.6"></a> | ||
@@ -2,0 +9,0 @@ ## 1.0.6 (2017-04-27) |
'use strict' | ||
const Promise = require('pinkie-promise') | ||
const sliced = require('sliced') | ||
@@ -16,3 +15,3 @@ | ||
err = args.shift() | ||
return (!err) ? resolve.apply(null, args) : reject(err) | ||
return !err ? resolve.apply(null, args) : reject(err) | ||
}; | ||
@@ -19,0 +18,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"homepage": "https://github.com/Kikobeats/cb2promise", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"main": "index.js", | ||
@@ -8,0 +8,0 @@ "author": { |
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
5805
22