mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 11:01:21 +08:00
Improve template description
This commit is contained in:
@ -38,7 +38,7 @@ module.exports = function(grunt) {
|
||||
if (currentAppName.indexOf("template-") == 0) {
|
||||
var templateName = currentAppName.substring("template-".length);
|
||||
contentAsObject.name = "tns-" + currentAppName;
|
||||
contentAsObject.description = "Nativescript " + templateName + " template";
|
||||
contentAsObject.description = "Nativescript " + templateName + " project template";
|
||||
specificKeywords.push("template");
|
||||
}
|
||||
else {
|
||||
|
Reference in New Issue
Block a user