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 6fdcde4 commit 7fe446dCopy full SHA for 7fe446d
package.json
@@ -6,12 +6,11 @@
6
"docs:deploy:windows": "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",
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
-
10
"devDependencies": {
11
- "vuepress": "1.0.3"
+ "vuepress": "^1.0.3"
12
13
14
"resolutions": {
15
"webpack-dev-middleware": "3.6.0"
16
- }
+ },
+ "version": "0.0.0"
17
}
0 commit comments