Skip to content

Commit ce95bfe

Browse files
committed
0.0.29
1 parent 12b34f0 commit ce95bfe

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "vscode-typescript-web",
4-
"version": "0.0.20",
4+
"version": "0.0.29",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/volarjs/vscode-typescript-web.git"
@@ -71,7 +71,9 @@
7171
"items": {
7272
"type": "string"
7373
},
74-
"default": [ "@types/node" ],
74+
"default": [
75+
"@types/node"
76+
],
7577
"description": "Automatically download the module list of the type from the cdn even if it is not imported by any script."
7678
},
7779
"typescript-web.dts.versions": {

0 commit comments

Comments
 (0)