Skip to content

Commit e6fcd69

Browse files
committed
I think VuePress 1.04 just get released... paritially.
1 parent 7fe446d commit e6fcd69

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@
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
},
99
"devDependencies": {
10-
"vuepress": "^1.0.3"
10+
"vuepress": "1.0.3"
1111
},
1212
"resolutions": {
1313
"webpack-dev-middleware": "3.6.0"
14-
},
15-
"version": "0.0.0"
14+
}
1615
}

0 commit comments

Comments
 (0)