We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7f04fd commit efaa425Copy full SHA for efaa425
.appveyor.yml
@@ -53,7 +53,7 @@ install:
53
- cd c:\projects\wmi-scripting
54
55
- git config --global user.email "%GIT_EMAIL%"
56
- - git config --global user.name "%GIT_USER%"
+ - git config --global user.name "%GIT_EMAIL%"
57
- yarn install
58
- yarn docs:deploy:windows
59
package.json
@@ -12,6 +12,6 @@
12
},
13
14
"resolutions": {
15
- "webpack-dev-middleware": "3.7.0"
+ "webpack-dev-middleware": "3.6.0"
16
}
17
0 commit comments