Update json file to new format

This commit is contained in:
jbnadal
2018-04-30 13:57:53 +02:00
parent af9fed68e8
commit c29d356fc2
13 changed files with 326 additions and 131 deletions

6
docs/api/package.json Normal file
View File

@@ -0,0 +1,6 @@
{
"scripts": {
"docs:dev": "vuepress dev .",
"docs:build": "vuepress build"
}
}