From 996320cd9f7add8e55e17d984507731003d2d289 Mon Sep 17 00:00:00 2001 From: Ben Schwarz Date: Wed, 13 Apr 2022 14:46:44 +1000 Subject: [PATCH] ES Module --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 2b05cca..64c604c 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,9 @@ { "name": "limiter", "description": "A generic rate limiter for the web and node.js. Useful for API clients, web crawling, or other tasks that need to be throttled", - "version": "2.1.0", + "version": "2.1.1", "author": "John Hurliman ", + "type": "module", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.js", "browser": "./dist/esm/index.js",