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 7fe446d commit e6fcd69Copy full SHA for e6fcd69
package.json
@@ -7,10 +7,9 @@
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"
14
- },
15
- "version": "0.0.0"
+ }
16
}
0 commit comments