Improve template description

This commit is contained in:
Erjan Gavalji
2015-04-29 10:45:10 +03:00
parent cd6a7483ec
commit 935e60a997

View File

@ -38,7 +38,7 @@ module.exports = function(grunt) {
if (currentAppName.indexOf("template-") == 0) { if (currentAppName.indexOf("template-") == 0) {
var templateName = currentAppName.substring("template-".length); var templateName = currentAppName.substring("template-".length);
contentAsObject.name = "tns-" + currentAppName; contentAsObject.name = "tns-" + currentAppName;
contentAsObject.description = "Nativescript " + templateName + " template"; contentAsObject.description = "Nativescript " + templateName + " project template";
specificKeywords.push("template"); specificKeywords.push("template");
} }
else { else {