Revert reading progress addition

This commit is contained in:
Simon Mattila 2019-09-19 04:51:17 +02:00
parent 6b9c94d65e
commit 341d733361
3 changed files with 1 additions and 10 deletions

5
package-lock.json generated
View File

@ -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",

View File

@ -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"
} }
} }

View File

@ -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' }
], ],