tns-template-tab-navigation
Advanced tools
Comparing version 3.4.0 to 3.4.1
require("./bundle-config"); | ||
const application = require("application"); | ||
application.start({ moduleName: "./tabs/tabs-page" }); | ||
application.start({ moduleName: "tabs/tabs-page" }); | ||
@@ -6,0 +6,0 @@ /* |
@@ -5,7 +5,6 @@ if (global.TNS_WEBPACK) { | ||
//register application modules | ||
global.registerModule("tabs/tabs-page", () => require("./tabs/tabs-page")); | ||
global.registerModule("browse/Browse", () => require("./browse/BrowseView")); | ||
global.registerModule("home/Home", () => require("./home/HomeView")); | ||
global.registerModule("search/Search", () => require("./search/SearchView")); | ||
// register application modules | ||
// This will register each `page` postfixed xml, css, js, ts, scss etc. in the app/ folder | ||
const context = require.context("~/", true, /(page|fragment)\.(xml|css|js|ts|scss)$/); | ||
global.registerWebpackModules(context); | ||
} |
@@ -6,3 +6,3 @@ { | ||
"templateType": "App template", | ||
"version": "3.4.0", | ||
"version": "3.4.1", | ||
"description": "Tabbed interface template", | ||
@@ -31,8 +31,9 @@ "author": "Telerik <support@telerik.com>", | ||
"dependencies": { | ||
"nativescript-theme-core": "1.0.4", | ||
"tns-core-modules": "3.4.0" | ||
"nativescript-theme-core": "~1.0.4", | ||
"tns-core-modules": "~3.4.0" | ||
}, | ||
"devDependencies": { | ||
"eslint": "4.9.0", | ||
"nativescript-dev-sass": "1.3.5" | ||
"eslint": "~4.9.0", | ||
"nativescript-dev-sass": "~1.3.5", | ||
"nativescript-dev-webpack": "~0.9.0" | ||
}, | ||
@@ -39,0 +40,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
2874442
108
3
531
+ Addednativescript-theme-core@1.0.7(transitive)
+ Addedtns-core-modules@3.4.1(transitive)
- Removednativescript-theme-core@1.0.4(transitive)
- Removedtns-core-modules@3.4.0(transitive)
Updatedtns-core-modules@~3.4.0