File tree Expand file tree Collapse file tree 3 files changed +9
-11
lines changed Expand file tree Collapse file tree 3 files changed +9
-11
lines changed Original file line number Diff line number Diff line change 1
- /.nyc_output
2
- /coverage
3
- /node_modules
4
-
5
1
! .vuepress
2
+
3
+ /coverage
6
4
/docs /.vuepress /dist
5
+ /node_modules
Original file line number Diff line number Diff line change @@ -11,8 +11,6 @@ module.exports = {
11
11
evergreen : true ,
12
12
13
13
plugins : {
14
- "@vuepress/google-analytics" : { ga : "UA-12936571-6" } ,
15
- "@vuepress/last-updated" : { } ,
16
14
"@vuepress/pwa" : { updatePopup : true } ,
17
15
} ,
18
16
@@ -50,7 +48,10 @@ module.exports = {
50
48
module : {
51
49
rules : [
52
50
{
53
- test : new RegExp ( String . raw `internal[\\/]get-linters\.js$` ) ,
51
+ test : new RegExp (
52
+ String . raw `internal[\\/]get-linters\.js$` ,
53
+ "u"
54
+ ) ,
54
55
loader : "string-replace-loader" ,
55
56
options : {
56
57
search : "[\\s\\S]+" , // whole file.
Original file line number Diff line number Diff line change 19
19
"devDependencies" : {
20
20
"@mysticatea/eslint-plugin" : " ^9.0.1" ,
21
21
"@types/node" : " ^10.0.4" ,
22
- "@vuepress/plugin-google-analytics" : " ^1.0.0-alpha.39" ,
23
- "@vuepress/plugin-last-updated" : " ^1.0.0-alpha.39" ,
24
- "@vuepress/plugin-pwa" : " ^1.0.0-alpha.39" ,
22
+ "@vuepress/plugin-pwa" : " ^1.0.1" ,
25
23
"babel-eslint" : " ^10.0.1" ,
26
24
"codecov" : " ^3.3.0" ,
27
25
"cross-spawn" : " ^6.0.5" ,
34
32
"rimraf" : " ^2.6.2" ,
35
33
"string-replace-loader" : " ^2.1.1" ,
36
34
"vue-eslint-editor" : " ^0.1.0" ,
37
- "vuepress" : " ^1.0.0-alpha.39 "
35
+ "vuepress" : " ^1.0.1 "
38
36
},
39
37
"scripts" : {
40
38
"preversion" : " npm test" ,
You can’t perform that action at this time.
0 commit comments