run-exclusive
Advanced tools
Comparing version 2.2.2 to 2.2.3
@@ -0,1 +1,5 @@ | ||
### **2.2.2** (2020-05-23) | ||
- Minor readme changes | ||
## **2.2.1** (2020-05-23) | ||
@@ -2,0 +6,0 @@ |
@@ -280,1 +280,2 @@ "use strict"; | ||
} | ||
//# sourceMappingURL=runExclusive.js.map |
{ | ||
"name": "run-exclusive", | ||
"version": "2.2.2", | ||
"version": "2.2.3", | ||
"description": "Generate functions that do not allow parallel executions", | ||
@@ -37,3 +37,2 @@ "repository": { | ||
"lib/runExclusive.ts", | ||
"test/deno_index.ts", | ||
"test/index.ts", | ||
@@ -62,2 +61,3 @@ "test/legacyTests/index.ts", | ||
"test/legacyTests/test9.ts", | ||
"test/mod.ts", | ||
"test/test1.ts", | ||
@@ -86,4 +86,5 @@ "test/test10.ts", | ||
"lib/runExclusive.d.ts", | ||
"lib/runExclusive.js" | ||
"lib/runExclusive.js", | ||
"lib/runExclusive.js.map" | ||
] | ||
} |
124431
54