feat: add docs location
Add docs location in the package.json, so CLI will now where to search for the help of the extension's commands. Ignore the html folder, which CLI will generate at the root of the extension once it is installed.
This commit is contained in:
Родитель
684b786531
Коммит
ebe1ce9fac
|
@ -54,3 +54,4 @@ nativescript-cloud-*.tgz
|
|||
**/.vscode
|
||||
.DS_Store
|
||||
scratch/*
|
||||
html/
|
|
@ -13,3 +13,4 @@ tscommand-*.tmp.txt
|
|||
tsconfig.json
|
||||
tslint.json
|
||||
Gruntfile.js
|
||||
html/
|
|
@ -101,6 +101,7 @@
|
|||
"run|cloud|android",
|
||||
"run|cloud|ios",
|
||||
"user"
|
||||
]
|
||||
],
|
||||
"docs": "docs"
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче