Skip to content

Commit

Permalink
fix: missing export
Browse files Browse the repository at this point in the history
  • Loading branch information
Loïc Mangeonjean committed Jun 19, 2024
1 parent 704a4c2 commit d0d8214
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@
"./features/workbench": {
"types": "./dist/features/workbench.d.ts",
"default": "./dist/features/workbench.js"
},
"./features/profile": {
"types": "./dist/features/profile.d.ts",
"default": "./dist/features/profile.js"
}
},
"typesVersions": {
Expand Down Expand Up @@ -93,6 +97,9 @@
],
"features/extensionGallery": [
"./dist/features/extensionGallery.d.ts"
],
"features/profile": [
"./dist/features/profile.d.ts"
]
}
},
Expand Down

0 comments on commit d0d8214

Please sign in to comment.