File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 57
57
" mobile"
58
58
],
59
59
"dependencies" : {
60
- "@nativescript/doctor" : " 2.0.6 " ,
60
+ "@nativescript/doctor" : " 2.0.7 " ,
61
61
"@nativescript/schematics-executor" : " 0.0.2" ,
62
62
"@rigor789/resolve-package-path" : " ^1.0.5" ,
63
63
"axios" : " ^0.21.1" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nativescript/doctor" ,
3
- "version" : " 2.0.6 " ,
3
+ "version" : " 2.0.7 " ,
4
4
"description" : " Library that helps identifying if the environment can be used for development of {N} apps." ,
5
5
"main" : " src/index.js" ,
6
6
"types" : " ./typings/nativescript-doctor.d.ts" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"extends" : " ../../tsconfig.json" ,
3
+ "compilerOptions" : {
4
+ "skipLibCheck" : true
5
+ },
3
6
"include" : [
4
7
" src/" ,
5
8
" test/"
You can’t perform that action at this time.
0 commit comments