async-each
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -1,2 +0,2 @@ | ||
// async-each MIT license (by Paul Miller from http://paulmillr.com). | ||
// async-each MIT license (by Paul Miller from https://paulmillr.com). | ||
(function(globals) { | ||
@@ -3,0 +3,0 @@ 'use strict'; |
{ | ||
"name": "async-each", | ||
"description": "No-bullshit, ultra-simple, 35-lines-of-code async parallel forEach / map function for JavaScript.", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"license": "MIT", | ||
@@ -14,4 +14,5 @@ "keywords": [ | ||
], | ||
"files": ["index.js"], | ||
"homepage": "https://github.com/paulmillr/async-each/", | ||
"author": "Paul Miller (http://paulmillr.com/)", | ||
"author": "Paul Miller (https://paulmillr.com/)", | ||
"repository": "git://github.com/paulmillr/async-each.git", | ||
@@ -18,0 +19,0 @@ "main": "index.js", |
@@ -12,3 +12,2 @@ # async-each | ||
* `npm install async-each` if you’re using node.js. | ||
* `bower install async-each` if you’re using [Bower](http://bower.io). | ||
@@ -15,0 +14,0 @@ ## Usage |
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
3952
3
34
53