Add more keywords

This commit is contained in:
Erjan Gavalji
2015-04-22 11:25:59 +03:00
parent 605fc4a209
commit cd34bea39d

View File

@ -34,7 +34,7 @@ module.exports = function(grunt) {
return updatePackageDef(content, function(contentAsObject) { return updatePackageDef(content, function(contentAsObject) {
contentAsObject.version = localCfg.packageVersion; contentAsObject.version = localCfg.packageVersion;
contentAsObject.author = "Telerik <support@telerik.com>"; contentAsObject.author = "Telerik <support@telerik.com>";
var specificKeywords = ["telerik", "mobile"]; var specificKeywords = ["telerik", "mobile", "nativescript", "{N}", "tns", "appbuilder"];
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;