hexo-theme-shokax 0.4.8 → 0.4.9

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hexo-theme-shokax",
3
- "version": "0.4.8",
3
+ "version": "0.4.9",
4
4
  "description": "a hexo theme based on shoka",
5
5
  "main": "index.js",
6
6
  "repository": "https://github.com/theme-shoka-x/hexo-theme-shokaX",
@@ -7,6 +7,8 @@ export const postFancybox = (p:string) => {
7
7
  if (document.querySelector(p + ' .md img')) {
8
8
  vendorCss('fancybox')
9
9
  vendorCss('justifiedGallery')
10
+ vendorJs('jquery')
11
+ vendorJs('justifiedGallery')
10
12
  vendorJs('fancybox', () => {
11
13
  const q = jQuery.noConflict()
12
14