Skip to content

Commit

Permalink
v2.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
lovasoa committed Feb 29, 2024
1 parent 32e9bd2 commit 15974ad
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "list.js-fixed",
"version": "2.3.4",
"version": "2.3.5",
"description": "Version of list.js used in SQLPage. Contains bug fixes for sorting and searching.",
"keywords": [
"list",
Expand All @@ -17,10 +17,10 @@
"url": "https://javve.com"
},
"homepage": "https://listjs.com",
"repository": "git://github.com/javve/list.js.git",
"repository": "git://github.com/lovasoa/list.js.git",
"license": "MIT",
"bugs": {
"url": "https://github.com/javve/list.js/issues"
"url": "https://github.com/lovasoa/list.js/issues"
},
"dependencies": {
"string-natural-compare": "^3.0.1"
Expand Down Expand Up @@ -65,5 +65,6 @@
"src/utils/*.js"
],
"testURL": "http://localhost/"
}
},
"types": "index.d.ts"
}

0 comments on commit 15974ad

Please sign in to comment.