moved docs to top level

This commit is contained in:
Atul R 2019-07-30 22:51:21 +02:00
parent 1eb39cdb3c
commit 2492ab7c00
8 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
"build:addon": "node-gyp -j 8 build",
"rebuild:addon": "node-gyp -j 8 rebuild",
"automoc": "node ./scripts/automoc.js",
"docs": "docsify serve ./extras/docs"
"docs": "docsify serve ./docs"
},
"peerDependencies": {
"@nodegui/test": "*"