Skip to content

Commit 116bb9e

Browse files
committed
chore(release): @nativescript/doctor 2.0.7
1 parent a11cace commit 116bb9e

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"mobile"
5858
],
5959
"dependencies": {
60-
"@nativescript/doctor": "2.0.6",
60+
"@nativescript/doctor": "2.0.7",
6161
"@nativescript/schematics-executor": "0.0.2",
6262
"@rigor789/resolve-package-path": "^1.0.5",
6363
"axios": "^0.21.1",

packages/doctor/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/doctor",
3-
"version": "2.0.6",
3+
"version": "2.0.7",
44
"description": "Library that helps identifying if the environment can be used for development of {N} apps.",
55
"main": "src/index.js",
66
"types": "./typings/nativescript-doctor.d.ts",

packages/doctor/tsconfig.json

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"extends": "../../tsconfig.json",
3+
"compilerOptions": {
4+
"skipLibCheck": true
5+
},
36
"include": [
47
"src/",
58
"test/"

0 commit comments

Comments
 (0)