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

Commit bdaeeb2

Browse files
committed
Remove redundant jQuery and tablesorter
Libs already included in MW core. Resolves: #10
1 parent ba759c6 commit bdaeeb2

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@
1919
},
2020
"dependencies": {
2121
"clipboard": "^2.0.0",
22-
"jquery": "^3.5.1",
2322
"mermaid": "^8.8.4",
24-
"tablesorter": "^2.30.0",
2523
"uikit": "^3.0.0-rc.10"
2624
}
2725
}

skin.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@
4747
"node_modules/uikit/dist/js/uikit.js",
4848
"node_modules/uikit/dist/js/uikit-icons.js",
4949
"node_modules/clipboard/dist/clipboard.js",
50-
"node_modules/jquery/dist/jquery.js",
51-
"node_modules/tablesorter/dist/js/jquery.tablesorter.js",
5250
"node_modules/mermaid/dist/mermaid.js",
5351
"resources/js/dist/contentTransformation.js"
5452
]

0 commit comments

Comments
 (0)