@roneysilva25/test 1.0.2 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@roneysilva25/test",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"description": "Implementation of the most common rate limiting algorithms: Fixed Window, Sliding Window, Leaky Bucket, Token Bucket. To be used as middleware for express applications.",
|
|
5
5
|
"homepage": "https://github.com/roneysilva25/rate-limiter#readme",
|
|
6
6
|
"bugs": {
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"license": "ISC",
|
|
14
14
|
"author": "Roney Silva <roney.diego000@gmail.com> (https://roneysilva25.github.io/portfolio)",
|
|
15
15
|
"type": "module",
|
|
16
|
-
"main": "./index.js",
|
|
16
|
+
"main": "./dist/index.js",
|
|
17
17
|
"files": ["dist"],
|
|
18
18
|
"scripts": {
|
|
19
19
|
"test": "npx jest --watch",
|