Skip to content

Commit 0e78f92

Browse files
committed
Fix dependencies
1 parent 85e1df3 commit 0e78f92

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
"build": "vuepress build src",
1010
"build:docs": "vuepress build docs"
1111
},
12-
"dependencies": {
13-
"moment": "^2.24.0"
14-
},
12+
"dependencies": {},
1513
"devDependencies": {
1614
"@vuepress/plugin-google-analytics": "^1.0.0-alpha.0",
17-
"vuepress": "^1.0.0-alpha.30",
15+
"@vuepress/theme-default": "^1.2.0",
16+
"moment": "^2.24.0",
1817
"vuepress-plugin-janitor": "^1.0.0",
1918
"vuepress-plugin-reading-time": "^0.1.1",
2019
"vuepress-plugin-rss": "^2.0.0",
20+
"vuepress": "^1.2.0",
2121
"yaml-front-matter": "^4.0.0"
2222
}
2323
}

0 commit comments

Comments
 (0)