* update package templates with new umbraco-package.json format * remove $schema for now because we dont know where people will locate this file (refer to documentation)
7 lines
110 B
JSON
7 lines
110 B
JSON
{
|
|
"id": "UmbracoPackage",
|
|
"name": "UmbracoPackage",
|
|
"allowPackageTelemetry": true,
|
|
"extensions": []
|
|
}
|