Publish v0.2.0

- Make RateLimiter the default export
This commit is contained in:
Michael Fabian 'Xaymar' Dirks
2023-03-19 00:27:48 +01:00
parent 1cf89ebcf6
commit ea5d7239dd
+8 -3
View File
@@ -1,7 +1,14 @@
{ {
"name": "@xaymar/ratelimiter", "name": "@xaymar/ratelimiter",
"version": "0.1.0", "author": "Michael Fabian 'Xaymar' Dirks <info@xaymar.com>",
"description": "A simple but effective way to rate limit Tasks in JavaScript.", "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", "main": "generated/ratelimiter.js",
"scripts": { "scripts": {
"lint": "npx eslint ./source --ext .ts,.mts", "lint": "npx eslint ./source --ext .ts,.mts",
@@ -11,8 +18,6 @@
"prepublish": "npm run build", "prepublish": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
}, },
"author": "Michael Fabian 'Xaymar' Dirks <info@xaymar.com>",
"license": "GPLv3",
"devDependencies": { "devDependencies": {
"@types/express": "^4.17.17", "@types/express": "^4.17.17",
"@types/node": "^18.15.3", "@types/node": "^18.15.3",