@trenskow/combinations 0.1.4 → 0.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/lib/index.js +0 -1
  2. package/package.json +1 -1
package/lib/index.js CHANGED
@@ -39,7 +39,6 @@ const combinations = (array) => {
39
39
 
40
40
  };
41
41
 
42
- // Takes an array of arrays and returns all combinations of single items, one from each array.
43
42
  combinations.single = (array) => {
44
43
 
45
44
  const result = [];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trenskow/combinations",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "Small package that iterates an array and returns all ordering combinations.",
5
5
  "keywords": [
6
6
  "array",