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 e6fcd69 commit d44341cCopy full SHA for d44341c
.gitignore
@@ -3,5 +3,4 @@
3
/node_modules
4
.phpunit.result.cache
5
composer.lock
6
-yarn.lock
7
docs/.vuepress/.temp
package.json
@@ -7,7 +7,7 @@
"docs:deploy:linux": "yarn docs:build && cd docs/.vuepress/dist && git init && git add -A && git commit -m \"deploy\" && git push -f https://github.com/phpwintools/wmi-scripting.git master:gh-pages"
8
},
9
"devDependencies": {
10
- "vuepress": "1.0.3"
+ "vuepress": "^1.0.3"
11
12
"resolutions": {
13
"webpack-dev-middleware": "3.6.0"
0 commit comments