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

Commit b50a787

Browse files
committed
update demo
1 parent f3c14d8 commit b50a787

File tree

3 files changed

+10
-12
lines changed

3 files changed

+10
-12
lines changed

demo/app/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,5 @@
33
"v8Flags": "--expose_gc",
44
"markingMode": "none"
55
},
6-
"main": "app.js",
7-
"name": "tns-template-hello-world",
8-
"version": "3.2.0"
6+
"main": "app.js"
97
}

demo/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
}
1010
},
1111
"dependencies": {
12+
"@nativescript/core": "^6.3.2",
1213
"nativescript-theme-core": "^1.0.4",
1314
"nativescript-unit-test-runner": "0.7.0",
14-
"@nstudio/nativescript-loading-indicator": "file:../src",
15-
"tns-core-modules": "^6.3.2"
15+
"@nstudio/nativescript-loading-indicator": "file:../src"
1616
},
1717
"devDependencies": {
1818
"jasmine-core": "^2.5.2",
@@ -21,9 +21,9 @@
2121
"karma-nativescript-launcher": "^0.4.0",
2222
"nativescript-css-loader": "~0.26.1",
2323
"nativescript-dev-webpack": "1.4.1",
24-
"tns-platform-declarations": "6.3.2",
24+
"tns-platform-declarations": "^6.3.2",
2525
"tslint": "~5.20.1",
26-
"typescript": "3.7.4",
26+
"typescript": "^3.7.4",
2727
"karma-webpack": "3.0.5"
2828
},
2929
"scripts": {

demo/tsconfig.tns.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"extends": "./tsconfig",
3-
"compilerOptions": {
4-
"module": "esNext",
5-
"moduleResolution": "node"
6-
}
2+
"extends": "./tsconfig",
3+
"compilerOptions": {
4+
"module": "esNext",
5+
"moduleResolution": "node"
6+
}
77
}

0 commit comments

Comments
 (0)