Skip to content

Commit f4fb3ec

Browse files
committed
2.6.0
1 parent ea8b0dd commit f4fb3ec

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

package-lock.json

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

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
"name": "vscode-typescript-exportallmodules",
33
"displayName": "TypeScript Barrel Generator",
44
"description": "VSCode extension which generates a barrel `index.ts` file with all the module exports from the current directory.",
5-
"version": "2.5.0",
5+
"version": "2.6.0",
66
"icon": "assets/export-all.png",
77
"publisher": "eliostruyf",
88
"galleryBanner": {
99
"color": "#011627",
1010
"theme": "dark"
1111
},
12-
"license": "MIT",
13-
"author": "Elio Struyf <[email protected]> (https://www.eliostruyf.com)",
12+
"license": "MIT",
13+
"author": "Elio Struyf <[email protected]> (https://www.eliostruyf.com)",
1414
"badges": [
1515
{
1616
"description": "version",
@@ -74,17 +74,17 @@
7474
}
7575
],
7676
"submenus": [
77-
{
78-
"id": "exportall.submenu",
79-
"label": "TypeScript Barrel"
80-
}
81-
],
77+
{
78+
"id": "exportall.submenu",
79+
"label": "TypeScript Barrel"
80+
}
81+
],
8282
"menus": {
8383
"explorer/context": [
8484
{
85-
"submenu": "exportall.submenu",
86-
"group": "TypeScript@1"
87-
}
85+
"submenu": "exportall.submenu",
86+
"group": "TypeScript@1"
87+
}
8888
],
8989
"exportall.submenu": [
9090
{

0 commit comments

Comments
 (0)