move package.json and config.json to root

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2020-03-11 11:45:26 +01:00
parent 9778c201a9
commit 4cae541ed4
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
3 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,8 @@
"vuepress": "^1.3.1"
},
"scripts": {
"build": "vuepress build",
"dev": "vuepress dev docs",
"build": "vuepress build docs",
"cleanlib": "rm -rf lib/* && touch lib/.gitkeep",
"cleandist": "rm -rf ./vuepress/dist",
"clean": "yarn run clearlib && yarn run cleardist"