Skip to content

Commit

Permalink
Merge pull request #5 from martinRenou/lab-based
Browse files Browse the repository at this point in the history
Make the Voila package public
  • Loading branch information
jtpio authored Aug 25, 2022
2 parents 3840999 + 295205d commit 6f8d3d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/voila/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "@voila-dashboards/voila",
"private": true,
"version": "0.3.6",
"description": "The Voilà Frontend",
"author": "Voilà contributors",
Expand Down
3 changes: 3 additions & 0 deletions packages/voila/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@
****************************************************************************/

export * from './app';
export * as plugins from './plugins';
export * from './manager';
export * from './shell';

0 comments on commit 6f8d3d5

Please sign in to comment.