react-router-pagination 3.3.5 → 3.3.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  ## React Router Pagination
4
4
 
5
- A *React Router 6* pagination component.
5
+ A *React Router 7* pagination component.
6
6
 
7
7
  - You have lots of data?
8
8
  - You want users to page through that data?
package/eslint.config.mjs CHANGED
@@ -54,7 +54,7 @@ const reactSettings = {
54
54
  export default [
55
55
  {
56
56
  ignores: [
57
- '.coverage'
57
+ 'coverage'
58
58
  ]
59
59
  },
60
60
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-router-pagination",
3
- "version": "3.3.5",
3
+ "version": "3.3.6",
4
4
  "description": "A React Router Pagination component",
5
5
  "main": "./src/index.mjs",
6
6
  "type": "module",