@aboutbits/pagination
Advanced tools
Comparing version 0.1.13 to 0.1.14
{ | ||
"name": "@aboutbits/pagination", | ||
"version": "0.1.13", | ||
"version": "0.1.14", | ||
"description": "Pagination", | ||
@@ -19,6 +19,6 @@ "keywords": [ | ||
"lint:fix": "npm run lint -- --fix", | ||
"test": "jest --config jestconfig.json", | ||
"test": "jest --config jestconfig.json --passWithNoTests", | ||
"prepare": "npm run build", | ||
"prepublishOnly": "npm test && npm run lint", | ||
"version": "npm run lint:fix && git add -A src", | ||
"prepublishOnly": "npm run test && npm run lint", | ||
"version": "npm run test && npm run lint && git add -A src", | ||
"postversion": "git push && git push --tags" | ||
@@ -25,0 +25,0 @@ }, |
Pagination | ||
========== | ||
This project includes a pagination calculation, where you can simply pass some basic information to the calcualtion function, and in return you receive an object with all relevant pagination information. | ||
[![npm version](https://badge.fury.io/js/%40aboutbits%2Fpagination.svg)](https://badge.fury.io/js/%40aboutbits%2Fpagination) | ||
This pagacke includes a pagination calculation, where you can simply pass some basic information to the calcualtion function, and in return you receive an object with all relevant pagination information. | ||
## Table of content | ||
@@ -7,0 +9,0 @@ |
6873
103