From cd34bea39d18c8d62f4d3c21a7a6416afac3fb2c Mon Sep 17 00:00:00 2001 From: Erjan Gavalji Date: Wed, 22 Apr 2015 11:25:59 +0300 Subject: [PATCH] Add more keywords --- gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gruntfile.js b/gruntfile.js index b02e3ec41..817dd9b9d 100644 --- a/gruntfile.js +++ b/gruntfile.js @@ -34,7 +34,7 @@ module.exports = function(grunt) { return updatePackageDef(content, function(contentAsObject) { contentAsObject.version = localCfg.packageVersion; contentAsObject.author = "Telerik "; - var specificKeywords = ["telerik", "mobile"]; + var specificKeywords = ["telerik", "mobile", "nativescript", "{N}", "tns", "appbuilder"]; if (currentAppName.indexOf("template-") == 0) { var templateName = currentAppName.substring("template-".length); contentAsObject.name = "tns-" + currentAppName;