Skip to content

Commit

Permalink
removing unused files
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbontor committed Feb 10, 2023
1 parent 54b7b42 commit a78cc89
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 16 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@
**/coverage
**.git/
.env
.prettierignore
.prettierrc.json
.editorconfig
8 changes: 8 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
**/node_modules
**/coverage
**.git/
.env
.prettierignore
.prettierrc.json
.editorconfig
.github
Empty file removed .npmigonore
Empty file.
2 changes: 0 additions & 2 deletions .prettierignore

This file was deleted.

11 changes: 0 additions & 11 deletions .prettierrc.json

This file was deleted.

9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ this module supports and is tested against:

This module using `async` function and the _query_ is using query `aggregation()`

### Install

```sh
npm install mongodb-pagination
```

### Arguments

```js
Expand Down Expand Up @@ -224,6 +230,7 @@ npm test

[MIT Licence](./LICENSE)

If my work helps you, please consider [![buying me a coffee](https://www.buymeacoffee.com/assets/img/custom_images/purple_img.png)](https://www.buymeacoffee.com/mrbontor)

---
[Back to top](#mongodb-pagination)
[Back to top](#nodejs--mongodb-native-driver-pagination)
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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mongodb-pagination",
"version": "1.0.2",
"description": "an advance library to handle pagination for MongoDb Native Driver",
"description": "an advance Node.js library to handle pagination of MongoDb Native Driver",
"main": "index.js",
"scripts": {
"test": "jest -- tests/libs"
Expand Down

0 comments on commit a78cc89

Please sign in to comment.