Skip to content

Commit 9ef248a

Browse files
committed
Merge branch 'develop'
2 parents 3c0af99 + 78da581 commit 9ef248a

3 files changed

Lines changed: 10 additions & 6 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The best way for now would be to install the `tree` command on your platform. Th
3838
│ │ ├── landing
3939
│ │ ├── router
4040
│ │ └── shared
41-
── constants
41+
── constants
4242
└── static
4343
└── images
4444
├── screenshots

package-lock.json

Lines changed: 5 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-tree-extension",
33
"displayName": "Tree",
44
"description": "Lauguage support for Tree files",
5-
"version": "0.0.6",
5+
"version": "0.0.7",
66
"publisher": "CTC",
77
"icon": "images/icon.png",
88
"engines": {
@@ -56,7 +56,9 @@
5656
"@typescript-eslint/parser": "^5.2.0",
5757
"eslint": "^8.1.0",
5858
"typescript": "^4.4.4",
59-
"vsce": "^1.95.1",
59+
"vsce": "^1.95.1"
60+
},
61+
"dependencies": {
6062
"nanoid": "^3.1.30"
6163
}
6264
}

0 commit comments

Comments
 (0)