Skip to content

Commit

Permalink
added some keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
imanesche committed Dec 27, 2022
1 parent e58df5d commit 46b57fa
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "pagination-helper",
"version": "1.1.3",
"version": "1.1.6",
"description": "get your page paginations details",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
"build": "tsc index.ts"
},
"homepage": "https://github.com/alirezakargar1380/pagination-helper.git",
"repository": {
Expand All @@ -24,7 +24,9 @@
"offset",
"limit",
"skip",
"take"
"take",
"ORM",
"query"
],
"author": "alireza kargar ([email protected])",
"license": "ISC"
Expand Down

0 comments on commit 46b57fa

Please sign in to comment.