Skip to content

Commit

Permalink
Merge 638391d into 2dd190a
Browse files Browse the repository at this point in the history
  • Loading branch information
aishek committed May 18, 2024
2 parents 2dd190a + 638391d commit c37595f
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4,987 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
/node_modules/
/coverage/
/yarn-error.log
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ A rate limit for [Axios](https://www.npmjs.com/package/axios): set how many requ
## Installing

```bash
yarn add axios-rate-limit
npm install axios-rate-limit
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"typings/index.d.ts"
],
"scripts": {
"watch": "yarn jest --watch",
"watch": "jest --watch",
"test": "jest --forceExit --runInBand --coverage --detectOpenHandles",
"lint": "eslint-ci src/*.js __tests__/*.js"
},
Expand Down
Loading

0 comments on commit c37595f

Please sign in to comment.