Skip to content

Commit

Permalink
add badge, update package version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ron Masas authored and Ron Masas committed Mar 1, 2019
1 parent c7023a1 commit 7f05c34
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ A rate limiter for Adonis 4.1

[![npm version](https://badge.fury.io/js/adonis-throttle.svg)](https://badge.fury.io/js/adonis-throttle)
[![npm](https://img.shields.io/npm/dt/adonis-throttle.svg)](https://www.npmjs.com/package/adonis-throttle)
[![CircleCI](https://circleci.com/gh/masasron/adonis-throttle.svg?style=svg)](https://circleci.com/gh/masasron/adonis-throttle)

## Installation

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "adonis-throttle",
"version": "2.1.0",
"version": "2.2.0",
"description": "A rate limiter for Adonis 4.1",
"main": "src/Throttle.js",
"scripts": {
Expand Down Expand Up @@ -36,4 +36,4 @@
"dependencies": {
"@adonisjs/generic-exceptions": "^3.0.1"
}
}
}

0 comments on commit 7f05c34

Please sign in to comment.