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

Commit

Permalink
upgrade package version to 2.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
onur-ozkan committed Dec 19, 2020
1 parent 8ce1b26 commit 478b9cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nestjs-rate-limiter",
"version": "2.5.6",
"version": "2.6.5",
"description": "Highly configurable rate limiter library",
"repository": {
"type": "git",
Expand Down Expand Up @@ -28,8 +28,7 @@
"access": "public"
},
"scripts": {
"prebuild": "rm -rf dist",
"build": "tsc -p tsconfig.json",
"build": "rm -rf dist && tsc -p tsconfig.json",
"lint": "prettier --write lib",
"test": "jest --config ./jest.config.js"
},
Expand Down

0 comments on commit 478b9cb

Please sign in to comment.