dbounce.js

Basic thread-wide de-bounce helper
git clone git://git.finwo.net/lib/dbounce.js
Log | Files | Refs | README

commit 01a284c812f62f3b8d6863a831c55fb3d5ef9d25
parent 4c9b836509d7c99f1fb07c08abfea3ae4e82b6c4
Author: finwo <finwo@pm.me>
Date:   Mon, 20 Sep 2021 16:45:54 +0200

1.0.0

Diffstat:
Mpackage-lock.json | 4++--
Mpackage.json | 2+-
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package-lock.json b/package-lock.json @@ -1,12 +1,12 @@ { "name": "dbounce", - "version": "0.0.1", + "version": "1.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "dbounce", - "version": "0.0.1", + "version": "1.0.0", "license": "MIT", "devDependencies": { "aaargh": "^1.0.1", diff --git a/package.json b/package.json @@ -1,6 +1,6 @@ { "name": "dbounce", - "version": "0.0.1", + "version": "1.0.0", "description": "Basic thread-wide de-bounce helper", "main": "dist/index.js", "scripts": {