Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-oser committed Nov 6, 2021
2 parents 3c0af99 + 78da581 commit 9ef248a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ The best way for now would be to install the `tree` command on your platform. Th
│ │ ├── landing
│ │ ├── router
│ │ └── shared
── constants
── constants
└── static
└── images
├── screenshots
Expand Down
8 changes: 5 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-tree-extension",
"displayName": "Tree",
"description": "Lauguage support for Tree files",
"version": "0.0.6",
"version": "0.0.7",
"publisher": "CTC",
"icon": "images/icon.png",
"engines": {
Expand Down Expand Up @@ -56,7 +56,9 @@
"@typescript-eslint/parser": "^5.2.0",
"eslint": "^8.1.0",
"typescript": "^4.4.4",
"vsce": "^1.95.1",
"vsce": "^1.95.1"
},
"dependencies": {
"nanoid": "^3.1.30"
}
}

0 comments on commit 9ef248a

Please sign in to comment.