We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc5dba8 commit e5b07c8Copy full SHA for e5b07c8
packages/@vuepress/theme-blog/README.md
@@ -1,3 +1,3 @@
1
# @vuepress/theme-blog
2
3
-> theme-blog for vuepress
+> theme-blog for vuepress (WIP)
packages/blog/package.json
@@ -2,13 +2,13 @@
"private": true,
"name": "blog",
4
"description": "blog of VuePress",
5
- "version": "1.0.0-alpha.32",
+ "version": "1.0.0-alpha.30",
6
"scripts": {
7
"dev": "vuepress dev source --temp .temp",
8
"build": "vuepress build source --temp .temp"
9
},
10
"dependencies": {
11
- "@vuepress/theme-blog": "^1.0.0-alpha.32",
12
- "vuepress": "^1.0.0-alpha.32"
+ "@vuepress/theme-blog": "^1.0.0-alpha.30",
+ "vuepress": "^1.0.0-alpha.30"
13
}
14
packages/blog/source/index.md
@@ -9,5 +9,3 @@
Here's some contact info
:::
-- A Paragraph
-- Another Paragraph
0 commit comments