mirror of
https://github.com/fluxcd/flagger.git
synced 2026-02-14 18:10:00 +00:00
10 lines
153 B
JSON
10 lines
153 B
JSON
{
|
|
"devDependencies": {
|
|
"vuepress": "^1.0.3"
|
|
},
|
|
"scripts": {
|
|
"docs:dev": "vuepress dev docs",
|
|
"docs:build": "vuepress build docs"
|
|
}
|
|
}
|