next-promise
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -17,3 +17,2 @@ 'use strict'; | ||
function next(i) { | ||
console.log(i, list.length); | ||
if (list.length <= i) { | ||
@@ -20,0 +19,0 @@ return q(true); |
{ | ||
"name": "next-promise", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Run a promised func sequencing by following order of params. This is inspired from [Q promise로 차례대로 비동기작업 실행하기 :: Outsider's Dev Story](http://goo.gl/Je3d8n)", | ||
@@ -5,0 +5,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
2336
25