mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-11-01 07:25:06 +01:00
Revert reading progress addition
This commit is contained in:
parent
6b9c94d65e
commit
341d733361
5
package-lock.json
generated
5
package-lock.json
generated
@ -10558,11 +10558,6 @@
|
|||||||
"markdown-it-container": "^2.0.0"
|
"markdown-it-container": "^2.0.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"vuepress-plugin-reading-progress": {
|
|
||||||
"version": "1.0.7",
|
|
||||||
"resolved": "https://registry.npmjs.org/vuepress-plugin-reading-progress/-/vuepress-plugin-reading-progress-1.0.7.tgz",
|
|
||||||
"integrity": "sha512-XFnD42/Xt4ZQ3G0j1ViF2WmBJM7f+zYJLKfD2ZEkIq3Ar38c3FKR/LU94aENaWRGnfDMDmAMEYjLrcmR4uq49g=="
|
|
||||||
},
|
|
||||||
"watchpack": {
|
"watchpack": {
|
||||||
"version": "1.6.0",
|
"version": "1.6.0",
|
||||||
"resolved": "https://registry.npmjs.org/watchpack/-/watchpack-1.6.0.tgz",
|
"resolved": "https://registry.npmjs.org/watchpack/-/watchpack-1.6.0.tgz",
|
||||||
|
@ -22,7 +22,6 @@
|
|||||||
"iso-639-1": "^2.1.0",
|
"iso-639-1": "^2.1.0",
|
||||||
"lodash.groupby": "^4.6.0",
|
"lodash.groupby": "^4.6.0",
|
||||||
"lodash.sortby": "^4.7.0",
|
"lodash.sortby": "^4.7.0",
|
||||||
"vuepress-plugin-container": "^2.0.2",
|
"vuepress-plugin-container": "^2.0.2"
|
||||||
"vuepress-plugin-reading-progress": "^1.0.7"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -33,9 +33,6 @@ module.exports = {
|
|||||||
'@vuepress/back-to-top'
|
'@vuepress/back-to-top'
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
'reading-progress'
|
|
||||||
],
|
|
||||||
[
|
|
||||||
'@vuepress/google-analytics',
|
'@vuepress/google-analytics',
|
||||||
{ 'ga': 'UA-148212082-1' }
|
{ 'ga': 'UA-148212082-1' }
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user