This repository was archived by the owner on Dec 19, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +10
-12
lines changed Expand file tree Collapse file tree 3 files changed +10
-12
lines changed Original file line number Diff line number Diff line change 3
3
"v8Flags" : " --expose_gc" ,
4
4
"markingMode" : " none"
5
5
},
6
- "main" : " app.js" ,
7
- "name" : " tns-template-hello-world" ,
8
- "version" : " 3.2.0"
6
+ "main" : " app.js"
9
7
}
Original file line number Diff line number Diff line change 9
9
}
10
10
},
11
11
"dependencies" : {
12
+ "@nativescript/core" : " ^6.3.2" ,
12
13
"nativescript-theme-core" : " ^1.0.4" ,
13
14
"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"
16
16
},
17
17
"devDependencies" : {
18
18
"jasmine-core" : " ^2.5.2" ,
21
21
"karma-nativescript-launcher" : " ^0.4.0" ,
22
22
"nativescript-css-loader" : " ~0.26.1" ,
23
23
"nativescript-dev-webpack" : " 1.4.1" ,
24
- "tns-platform-declarations" : " 6.3.2" ,
24
+ "tns-platform-declarations" : " ^ 6.3.2" ,
25
25
"tslint" : " ~5.20.1" ,
26
- "typescript" : " 3.7.4" ,
26
+ "typescript" : " ^ 3.7.4" ,
27
27
"karma-webpack" : " 3.0.5"
28
28
},
29
29
"scripts" : {
Original file line number Diff line number Diff line change 1
1
{
2
- "extends" : " ./tsconfig" ,
3
- "compilerOptions" : {
4
- "module" : " esNext" ,
5
- "moduleResolution" : " node"
6
- }
2
+ "extends" : " ./tsconfig" ,
3
+ "compilerOptions" : {
4
+ "module" : " esNext" ,
5
+ "moduleResolution" : " node"
6
+ }
7
7
}
You can’t perform that action at this time.
0 commit comments