Skip to content

Commit c5b00bd

Browse files
committed
release: cut the 0.7.1 release
1 parent 23a6156 commit c5b00bd

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"minNativescriptCliVersion": "2.5.0",
55
"icon": "images/icon.png",
66
"displayName": "NativeScript",
@@ -106,7 +106,10 @@
106106
{
107107
"type": "nativescript",
108108
"label": "NativeScript",
109-
"languages": ["javascript", "typescript"],
109+
"languages": [
110+
"javascript",
111+
"typescript"
112+
],
110113
"enableBreakpointsFor": {
111114
"languageIds": [
112115
"javascript",

0 commit comments

Comments
 (0)