Skip to content

Commit efaa425

Browse files
committed
brand new errors..
1 parent d7f04fd commit efaa425

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ install:
5353
- cd c:\projects\wmi-scripting
5454

5555
- git config --global user.email "%GIT_EMAIL%"
56-
- git config --global user.name "%GIT_USER%"
56+
- git config --global user.name "%GIT_EMAIL%"
5757
- yarn install
5858
- yarn docs:deploy:windows
5959

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
},
1313

1414
"resolutions": {
15-
"webpack-dev-middleware": "3.7.0"
15+
"webpack-dev-middleware": "3.6.0"
1616
}
1717
}

0 commit comments

Comments
 (0)