Skip to content

Commit 6da6891

Browse files
committed
Change engine and extension version
1 parent 1ec44c3 commit 6da6891

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.vscode/launch.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
],
2525
"stopOnEntry": false,
2626
"sourceMaps": true,
27-
"outDir": "out"
27+
"outDir": "${workspaceRoot}/out"
2828
}
2929
]
3030
}

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"nativescript-cli-version": "1.6",
55
"icon": "images/icon.png",
66
"displayName": "NativeScript",
@@ -16,7 +16,7 @@
1616
"publisher": "Telerik",
1717
"bugs": "https://github.com/NativeScript/nativescript-vscode-extension/issues",
1818
"engines": {
19-
"vscode": "0.10.9"
19+
"vscode": "^0.10.10"
2020
},
2121
"homepage": "https://www.nativescript.org/",
2222
"categories": ["Debuggers", "Other"],

0 commit comments

Comments
 (0)