Skip to content

Commit ee1a4ab

Browse files
committed
test: demo app update
1 parent 495c0c7 commit ee1a4ab

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

demo/app/app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
import * as application from 'tns-core-modules/application';
1+
import * as application from '@nativescript/core/application';
22

33
application.run({moduleName: "main-page"});

demo/app/main-page.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import * as Https from "nativescript-https";
2-
import * as Observable from "tns-core-modules/data/observable";
3-
import * as fs from "tns-core-modules/file-system";
4-
import * as dialogs from "tns-core-modules/ui/dialogs";
5-
import * as Page from "tns-core-modules/ui/page";
2+
import * as Observable from "@nativescript/core/data/observable";
3+
import * as fs from "@nativescript/core/file-system";
4+
import * as dialogs from "@nativescript/core/ui/dialogs";
5+
import * as Page from "@nativescript/core/ui/page";
66

77
let page;
88
let viewModel;

demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"nativescript-https": "file:../src",
1313
"nativescript-theme-core": "^1.0.4",
1414
"nativescript-unit-test-runner": "0.7.0",
15-
"tns-core-modules": "~6.4.0"
15+
"@nativescript/core": "~6.4.0"
1616
},
1717
"devDependencies": {
1818
"nativescript-css-loader": "~0.26.1",

0 commit comments

Comments
 (0)