async-if-else
Advanced tools
Comparing version 0.0.1 to 1.0.0
{ | ||
"name": "async-if-else", | ||
"version": "0.0.1", | ||
"version": "1.0.0", | ||
"description": "'conditional if to async control flow'", | ||
@@ -10,3 +10,3 @@ "main": "index.js", | ||
"author": "tdantas", | ||
"license": "ISC", | ||
"license": "MIT", | ||
"devDependencies": { | ||
@@ -13,0 +13,0 @@ "async": "^1.4.2", |
@@ -6,3 +6,3 @@ # async-if-else | ||
``` | ||
```javascript | ||
var async = require('async'); | ||
@@ -18,1 +18,13 @@ var require('async-if-else').extend(async); | ||
``` | ||
#### Hey, if you found a BUG ! | ||
Amazing ! PR are always welcome | ||
Let's make the world a better place helping others :) | ||
# License | ||
[MIT](https://github.com/tdantas/async-if-else/blob/master/LICENSE) |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
10445
6
1
29