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;