- tns-template-blank-ng@6.3.1
 - tns-template-blank-ts@6.3.1
 - tns-template-blank-vue@6.3.1
 - tns-template-blank@6.3.1
 - tns-template-drawer-navigation-ng@6.3.1
 - tns-template-drawer-navigation-ts@6.3.1
 - tns-template-drawer-navigation-vue@6.3.1
 - tns-template-drawer-navigation@6.3.1
 - tns-template-hello-world-ng@6.3.1
 - tns-template-hello-world-ts@6.3.1
 - tns-template-hello-world@6.3.1
 - tns-template-master-detail-kinvey-ng@6.3.1
 - tns-template-master-detail-kinvey-ts@6.3.1
 - tns-template-master-detail-kinvey@6.3.1
 - tns-template-master-detail-ng@6.3.1
 - tns-template-master-detail-ts@6.3.1
 - tns-template-master-detail-vue@6.3.1
 - tns-template-master-detail@6.3.1
 - tns-template-tab-navigation-ng@6.3.1
 - tns-template-tab-navigation-ts@6.3.1
 - tns-template-tab-navigation-vue@6.3.1
 - tns-template-tab-navigation@6.3.1
This commit is contained in:
Stoyan Stratev 2020-01-02 15:09:08 +02:00
Родитель 04eb99a7b6
Коммит 1b13dc9201
22 изменённых файлов: 22 добавлений и 22 удалений

Просмотреть файл

@ -12,7 +12,7 @@
"name": "tns-template-blank-ng",
"displayName": "Blank",
"templateType": "App template",
"version": "6.3.0",
"version": "6.3.1",
"description": "Blank template for NativeScript apps using Angular",
"author": "Telerik <support@telerik.com>",
"license": "Apache-2.0",

Просмотреть файл

@ -12,7 +12,7 @@
"name": "tns-template-blank-ts",
"displayName": "Blank",
"templateType": "App template",
"version": "6.3.0",
"version": "6.3.1",
"description": "Blank template for Vanilla NativeScript apps using TypeScript",
"author": "Telerik <support@telerik.com>",
"license": "Apache-2.0",

Просмотреть файл

@ -11,7 +11,7 @@
},
"name": "tns-template-blank-vue",
"displayName": "Blank",
"version": "6.3.0",
"version": "6.3.1",
"description": "Blank template for NativeScript apps using Vue.",
"author": "Telerik <support@telerik.com>",
"license": "Apache-2.0",

Просмотреть файл

@ -12,7 +12,7 @@
"name": "tns-template-blank",
"displayName": "Blank",
"templateType": "App template",
"version": "6.3.0",
"version": "6.3.1",
"description": "Blank template for Vanilla NativeScript apps using JavaScript",
"author": "Telerik <support@telerik.com>",
"license": "Apache-2.0",

Просмотреть файл

@ -12,7 +12,7 @@
"name": "tns-template-drawer-navigation-ng",
"displayName": "Navigation Drawer",
"templateType": "App template",
"version": "6.3.0",
"version": "6.3.1",
"description": "Side navigation template",
"author": "Telerik <support@telerik.com>",
"license": "Apache-2.0",

Просмотреть файл

@ -12,7 +12,7 @@
"name": "tns-template-drawer-navigation-ts",
"displayName": "Navigation Drawer",
"templateType": "App template",
"version": "6.3.0",
"version": "6.3.1",
"description": "Side navigation template",
"author": "Telerik <support@telerik.com>",
"license": "Apache-2.0",

Просмотреть файл

@ -12,7 +12,7 @@
"name": "tns-template-drawer-navigation-vue",
"displayName": "Navigation Drawer",
"templateType": "App template",
"version": "6.3.0",
"version": "6.3.1",
"description": "Side navigation template using Vue.",
"author": "Telerik <support@telerik.com>",
"license": "Apache-2.0",

Просмотреть файл

@ -12,7 +12,7 @@
"name": "tns-template-drawer-navigation",
"displayName": "Navigation Drawer",
"templateType": "App template",
"version": "6.3.0",
"version": "6.3.1",
"description": "Side navigation template",
"author": "Telerik <support@telerik.com>",
"license": "Apache-2.0",

Просмотреть файл

@ -10,7 +10,7 @@
}
},
"name": "tns-template-hello-world-ng",
"version": "6.3.0",
"version": "6.3.1",
"author": "Telerik <support@telerik.com>",
"description": "NativeScript Angular Hello World template",
"license": "Apache-2.0",

Просмотреть файл

@ -11,7 +11,7 @@
},
"name": "tns-template-hello-world-ts",
"main": "app.js",
"version": "6.3.0",
"version": "6.3.1",
"author": "Telerik <support@telerik.com>",
"description": "Nativescript hello-world-ts project template",
"license": "Apache-2.0",

Просмотреть файл

@ -10,7 +10,7 @@
}
},
"name": "tns-template-hello-world",
"version": "6.3.0",
"version": "6.3.1",
"author": "Telerik <support@telerik.com>",
"description": "Nativescript hello-world project template",
"license": "Apache-2.0",

Просмотреть файл

@ -12,7 +12,7 @@
"name": "tns-template-master-detail-kinvey-ng",
"displayName": "Master-Detail with Kinvey",
"templateType": "App template",
"version": "6.3.0",
"version": "6.3.1",
"description": "Master-detail interface to display collection of items from Kinvey and inspect and edit selected item properties. ",
"license": "SEE LICENSE IN <your-license-filename>",
"keywords": [

Просмотреть файл

@ -12,7 +12,7 @@
"name": "tns-template-master-detail-kinvey-ts",
"displayName": "Master-Detail with Kinvey",
"templateType": "App template",
"version": "6.3.0",
"version": "6.3.1",
"description": "Master-detail interface to display collection of items from Kinvey and inspect and edit selected item properties.",
"author": "Telerik <support@telerik.com>",
"license": "Apache-2.0",

Просмотреть файл

@ -12,7 +12,7 @@
"name": "tns-template-master-detail-kinvey",
"displayName": "Master-Detail with Kinvey",
"templateType": "App template",
"version": "6.3.0",
"version": "6.3.1",
"description": "Master-detail interface to display collection of items from Kinvey and inspect and edit selected item properties.",
"author": "Telerik <support@telerik.com>",
"license": "Apache-2.0",

Просмотреть файл

@ -12,7 +12,7 @@
"name": "tns-template-master-detail-ng",
"displayName": "Master-Detail with Firebase",
"templateType": "App template",
"version": "6.3.0",
"version": "6.3.1",
"description": "Master-detail interface to display collection of items from Firebase and inspect and edit selected item properties. ",
"author": "Telerik <support@telerik.com>",
"license": "Apache-2.0",

Просмотреть файл

@ -12,7 +12,7 @@
"name": "tns-template-master-detail-ts",
"displayName": "Master-Detail with Firebase",
"templateType": "App template",
"version": "6.3.0",
"version": "6.3.1",
"description": "Master-detail interface to display collection of items from Firebase and inspect and edit selected item properties.",
"author": "Telerik <support@telerik.com>",
"license": "Apache-2.0",

Просмотреть файл

@ -11,7 +11,7 @@
},
"name": "tns-template-master-detail-vue",
"displayName": "Master Detail with Firebase",
"version": "6.3.0",
"version": "6.3.1",
"description": "Master-detail interface to display collection of items from Firebase and inspect and edit selected item properties.",
"author": "Telerik <support@telerik.com>",
"license": "Apache-2.0",

Просмотреть файл

@ -12,7 +12,7 @@
"name": "tns-template-master-detail",
"displayName": "Master-Detail with Firebase",
"templateType": "App template",
"version": "6.3.0",
"version": "6.3.1",
"description": "Master-detail interface to display collection of items from Firebase and inspect and edit selected item properties.",
"author": "Telerik <support@telerik.com>",
"license": "Apache-2.0",

Просмотреть файл

@ -12,7 +12,7 @@
"name": "tns-template-tab-navigation-ng",
"displayName": "Tabs",
"templateType": "App template",
"version": "6.3.0",
"version": "6.3.1",
"description": "Tabbed interface template",
"author": "Telerik <support@telerik.com>",
"license": "Apache-2.0",

Просмотреть файл

@ -12,7 +12,7 @@
"name": "tns-template-tab-navigation-ts",
"displayName": "Tabs",
"templateType": "App template",
"version": "6.3.0",
"version": "6.3.1",
"description": "Tabbed interface template",
"author": "Telerik <support@telerik.com>",
"license": "Apache-2.0",

Просмотреть файл

@ -11,7 +11,7 @@
},
"name": "tns-template-tab-navigation-vue",
"displayName": "Tabs",
"version": "6.3.0",
"version": "6.3.1",
"description": "Tabbed interface template using Vue",
"author": "Telerik <support@telerik.com>",
"license": "Apache-2.0",

Просмотреть файл

@ -12,7 +12,7 @@
"name": "tns-template-tab-navigation",
"displayName": "Tabs",
"templateType": "App template",
"version": "6.3.0",
"version": "6.3.1",
"description": "Tabbed interface template",
"author": "Telerik <support@telerik.com>",
"license": "Apache-2.0",