Skip to content

Commit 6620c6b

Browse files
committed
Version update
1 parent 8ab4df8 commit 6620c6b

File tree

1 file changed

+30
-30
lines changed

1 file changed

+30
-30
lines changed

package.json

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
1-
{
2-
"name": "jquery-datatables-alphabetsearch",
3-
"version": "1.2.4",
4-
"description": "AlphabetSearch is a feature plug-in for the jQuery DataTables library that provides A-Z alphabetical search feature.",
5-
"main": "./js/dataTables.alphabetSearch.js",
6-
"keywords": [
7-
"jQuery",
8-
"DataTables",
9-
"alphabet",
10-
"alphabetical",
11-
"a-z"
12-
],
13-
"author": {
14-
"name": "Gyrocode",
15-
"url": "https://www.gyrocode.com"
16-
},
17-
"license": "MIT",
18-
"bugs": {
19-
"url": "https://github.com/gyrocode/jquery-datatables-alphabetSearch/issues"
20-
},
21-
"homepage": "https://www.gyrocode.com/projects/jquery-datatables-alphabetsearch/",
22-
"dependencies": {
23-
"jquery": ">=1.7",
24-
"datatables.net": ">=1.10"
25-
},
26-
"repository": {
27-
"type": "git",
28-
"url": "https://github.com/gyrocode/jquery-datatables-alphabetSearch.git"
29-
}
30-
}
1+
{
2+
"name": "jquery-datatables-alphabetsearch",
3+
"version": "1.2.5",
4+
"description": "AlphabetSearch is a feature plug-in for the jQuery DataTables library that provides A-Z alphabetical search feature.",
5+
"main": "./js/dataTables.alphabetSearch.js",
6+
"keywords": [
7+
"jQuery",
8+
"DataTables",
9+
"alphabet",
10+
"alphabetical",
11+
"a-z"
12+
],
13+
"author": {
14+
"name": "Gyrocode",
15+
"url": "https://www.gyrocode.com"
16+
},
17+
"license": "MIT",
18+
"bugs": {
19+
"url": "https://github.com/gyrocode/jquery-datatables-alphabetSearch/issues"
20+
},
21+
"homepage": "https://www.gyrocode.com/projects/jquery-datatables-alphabetsearch/",
22+
"dependencies": {
23+
"jquery": ">=1.7",
24+
"datatables.net": ">=1.10"
25+
},
26+
"repository": {
27+
"type": "git",
28+
"url": "https://github.com/gyrocode/jquery-datatables-alphabetSearch.git"
29+
}
30+
}

0 commit comments

Comments
 (0)