Skip to content
This repository was archived by the owner on Feb 2, 2025. It is now read-only.

Commit 4451644

Browse files
authored
Fix datatables dependency
According to the upstream website of DataTables, and the bower-based webjars for its plugins, “datatables.net” is its official and correct package name, not “datatables” which exists only as a legacy alias (the content is identical, I checked).
1 parent c4f5ab8 commit 4451644

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
],
5151
"dependencies": {
5252
"angular": ">=1.3.0",
53-
"datatables": ">=1.10.9",
53+
"datatables.net": ">=1.10.9",
5454
"jquery": ">=1.11.0"
5555
},
5656
"devDependencies": {

0 commit comments

Comments
 (0)