Skip to content
This repository was archived by the owner on Nov 23, 2022. It is now read-only.

Commit 478b9cb

Browse files
committed
upgrade package version to 2.6.5
1 parent 8ce1b26 commit 478b9cb

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nestjs-rate-limiter",
3-
"version": "2.5.6",
3+
"version": "2.6.5",
44
"description": "Highly configurable rate limiter library",
55
"repository": {
66
"type": "git",
@@ -28,8 +28,7 @@
2828
"access": "public"
2929
},
3030
"scripts": {
31-
"prebuild": "rm -rf dist",
32-
"build": "tsc -p tsconfig.json",
31+
"build": "rm -rf dist && tsc -p tsconfig.json",
3332
"lint": "prettier --write lib",
3433
"test": "jest --config ./jest.config.js"
3534
},

0 commit comments

Comments
 (0)