mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 19:26:42 +08:00
Add more keywords
This commit is contained in:
@ -34,7 +34,7 @@ module.exports = function(grunt) {
|
||||
return updatePackageDef(content, function(contentAsObject) {
|
||||
contentAsObject.version = localCfg.packageVersion;
|
||||
contentAsObject.author = "Telerik <support@telerik.com>";
|
||||
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;
|
||||
|
Reference in New Issue
Block a user