run-exclusive
Advanced tools
Comparing version 2.2.1 to 2.2.2
@@ -0,1 +1,5 @@ | ||
## **2.2.1** (2020-05-23) | ||
- Minor readme changes | ||
## **2.2.0** (2020-05-23) | ||
@@ -2,0 +6,0 @@ |
{ | ||
"name": "run-exclusive", | ||
"version": "2.2.1", | ||
"version": "2.2.2", | ||
"description": "Generate functions that do not allow parallel executions", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -21,5 +21,5 @@ <p align="center"> | ||
<b>Suitable for any JS runtime env (deno, node, old browser, react-native ...)</b> | ||
- ✅ No polyfills needed, transpile down to ES3 | ||
- ✅ Ultra light, no dependency | ||
- ✅ Cross compatible node/deno | ||
- ✅ It is both a [Deno](https://deno.land/x/evt) and an [NPM](https://www.npmjs.com/evt) module. | ||
- ✅ Lightweight, no dependency. | ||
- ✅ No polyfills needed, the NPM module is transpiled down to ES3 | ||
@@ -26,0 +26,0 @@ # Install / Import |
117073