From ea5d7239dd17cf1a0348e9d4e4ec09bf60008b7e Mon Sep 17 00:00:00 2001 From: Michael Fabian 'Xaymar' Dirks Date: Sun, 19 Mar 2023 00:27:48 +0100 Subject: [PATCH] Publish v0.2.0 - Make RateLimiter the default export --- package.json | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index c5e0a2c..9186f99 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,14 @@ { "name": "@xaymar/ratelimiter", - "version": "0.1.0", + "author": "Michael Fabian 'Xaymar' Dirks ", "description": "A simple but effective way to rate limit Tasks in JavaScript.", + "license": "GPLv3", + "repository": "https://github.com/Xaymar/js-ratelimiter", + "version": "0.2.0", + "funding": { + "type": "patreon", + "url": "https://www.patreon.com/xaymar" + }, "main": "generated/ratelimiter.js", "scripts": { "lint": "npx eslint ./source --ext .ts,.mts", @@ -11,8 +18,6 @@ "prepublish": "npm run build", "test": "echo \"Error: no test specified\" && exit 1" }, - "author": "Michael Fabian 'Xaymar' Dirks ", - "license": "GPLv3", "devDependencies": { "@types/express": "^4.17.17", "@types/node": "^18.15.3",