Skip to content
This repository was archived by the owner on Dec 19, 2021. It is now read-only.

Commit a33c6ea

Browse files
committed
fix demo dep name
1 parent f34d4b8 commit a33c6ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

demo/app/main-view-model.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { Observable } from '@nativescript/core/data/observable';
22
import { confirm } from '@nativescript/core/ui/dialogs';
33
import { Page } from '@nativescript/core/ui/page';
44
import { openUrl } from '@nativescript/core/utils/utils';
5-
import { LoadingIndicator, Mode } from 'nativescript-loading-indicator';
5+
import { LoadingIndicator, Mode } from '@nstudio/nativescript-loading-indicator';
66

77
export class LoadingTest extends Observable {
88
private indicator: LoadingIndicator;

demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"nativescript-theme-core": "^1.0.4",
1313
"nativescript-unit-test-runner": "0.7.0",
14-
"nativescript-loading-indicator": "file:../src",
14+
"@nstudio/nativescript-loading-indicator": "file:../src",
1515
"tns-core-modules": "^6.3.2"
1616
},
1717
"devDependencies": {

0 commit comments

Comments
 (0)