update to smartconfig
This commit is contained in:
23
assets/templates/smartconfig/_smartconfig.json
Normal file
23
assets/templates/smartconfig/_smartconfig.json
Normal file
@@ -0,0 +1,23 @@
|
||||
---
|
||||
fileName: .smartconfig.json
|
||||
---
|
||||
{
|
||||
"@git.zone/cli": {
|
||||
"projectType": "{{projectType}}",
|
||||
"module": {
|
||||
"githost": "{{module.githost}}",
|
||||
"gitscope": "{{module.gitscope}}",
|
||||
"gitrepo": "{{module.gitrepo}}",
|
||||
"description": "{{module.description}}",
|
||||
"npmPackagename": "{{module.npmPackagename}}",
|
||||
"license": "{{module.license}}",
|
||||
"projectDomain": "{{module.projectDomain}}"
|
||||
},
|
||||
"release": {
|
||||
"accessLevel": "{{module.npmAccessLevel}}"
|
||||
}
|
||||
},
|
||||
"@ship.zone/szci": {
|
||||
"npmGlobalTools": []
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user