Skip to content

Commit 7fe446d

Browse files
committed
v0.0.0
1 parent 6fdcde4 commit 7fe446d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,11 @@
66
"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",
77
"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"
88
},
9-
109
"devDependencies": {
11-
"vuepress": "1.0.3"
10+
"vuepress": "^1.0.3"
1211
},
13-
1412
"resolutions": {
1513
"webpack-dev-middleware": "3.6.0"
16-
}
14+
},
15+
"version": "0.0.0"
1716
}

0 commit comments

Comments
 (0)