Skip to content

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
afeiship committed Jun 5, 2024
1 parent 265aff1 commit ce7bbf6
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jswork/data-pagination",
"version": "1.0.0",
"version": "1.0.1",
"description": "Raw data(items) pagination.",
"main": "./dist/index.cjs.js",
"module": "./dist/index.esm.js",
Expand Down Expand Up @@ -33,5 +33,13 @@
"access": "public",
"registry": "https://registry.npmjs.org"
},
"dependencies": {}
"dependencies": {},
"keywords": [
"next",
"data",
"page",
"pagination",
"previous",
"total"
]
}

0 comments on commit ce7bbf6

Please sign in to comment.