Skip to content

Commit

Permalink
2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
estruyf committed Feb 19, 2023
1 parent ea8b0dd commit f4fb3ec
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
"name": "vscode-typescript-exportallmodules",
"displayName": "TypeScript Barrel Generator",
"description": "VSCode extension which generates a barrel `index.ts` file with all the module exports from the current directory.",
"version": "2.5.0",
"version": "2.6.0",
"icon": "assets/export-all.png",
"publisher": "eliostruyf",
"galleryBanner": {
"color": "#011627",
"theme": "dark"
},
"license": "MIT",
"author": "Elio Struyf <[email protected]> (https://www.eliostruyf.com)",
"license": "MIT",
"author": "Elio Struyf <[email protected]> (https://www.eliostruyf.com)",
"badges": [
{
"description": "version",
Expand Down Expand Up @@ -74,17 +74,17 @@
}
],
"submenus": [
{
"id": "exportall.submenu",
"label": "TypeScript Barrel"
}
],
{
"id": "exportall.submenu",
"label": "TypeScript Barrel"
}
],
"menus": {
"explorer/context": [
{
"submenu": "exportall.submenu",
"group": "TypeScript@1"
}
"submenu": "exportall.submenu",
"group": "TypeScript@1"
}
],
"exportall.submenu": [
{
Expand Down

0 comments on commit f4fb3ec

Please sign in to comment.