File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
packages/template-hello-world-ng Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 10
10
}
11
11
},
12
12
"name" : " @nativescript/template-hello-world-ng" ,
13
- "version" : " 6.7.0 " ,
13
+ "version" : " 6.7.1 " ,
14
14
"author" :
" NativeScript Team <[email protected] >" ,
15
15
"description" : " NativeScript Angular Hello World template" ,
16
16
"license" : " Apache-2.0" ,
54
54
"devDependencies" : {
55
55
"@angular/compiler-cli" : " ~10.0.0" ,
56
56
"@nativescript/types" : " rc" ,
57
- "@nativescript/webpack" : " ~2.0 .0" ,
57
+ "@nativescript/webpack" : " ~2.1 .0" ,
58
58
"@ngtools/webpack" : " ~10.0.0" ,
59
59
"typescript" : " ~3.9.0"
60
60
}
Original file line number Diff line number Diff line change
1
+ /// <reference path="./node_modules/@nativescript/core/global-types.d.ts" />
1
2
/// <reference path="./node_modules/@nativescript/types/ios.d.ts" />
2
3
/// <reference path="./node_modules/@nativescript/types/android.d.ts" />
Original file line number Diff line number Diff line change 19
19
}
20
20
},
21
21
"include" : [
22
- " references.d.ts" ,
23
22
" src/tests/**/*.ts"
24
23
],
25
24
"files" : [
25
+ " ./references.d.ts" ,
26
26
" ./src/main.ts"
27
27
],
28
28
"exclude" : [
You can’t perform that action at this time.
0 commit comments