Skip to content

Commit 65387d1

Browse files
committed
release(debug-ios): 2.0.0
1 parent fefcbe7 commit 65387d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/debug-ios/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/debug-ios",
3-
"version": "1.0.0",
3+
"version": "2.0.0",
44
"description": "NativeScript iOS Debugging tools.",
55
"main": "index",
66
"typings": "index.d.ts",

packages/debug-ios/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"outDir": "../../dist/out-tsc",
55
"rootDir": "."
66
},
7-
"exclude": ["**/*.spec.ts", "angular"],
7+
"exclude": ["**/*.spec.ts", "angular", "nativescript.config.ts"],
88
"include": ["**/*.ts", "references.d.ts"]
99
}

0 commit comments

Comments
 (0)