Skip to content

Commit

Permalink
chore(ui): remove export of vite plugins from this library
Browse files Browse the repository at this point in the history
  • Loading branch information
MilosPaunovic committed Aug 7, 2024
1 parent a587dd5 commit eb88594
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 40 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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kestra-io/ui-libs",
"version": "0.0.56",
"version": "0.0.57",
"type": "module",
"files": [
"src",
Expand Down
4 changes: 1 addition & 3 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ import YamlUtils from "./utils/YamlUtils.js";
import Utils from "./utils/Utils.js";
import VueFlowUtils from "./utils/VueFlowUtils.js";

import VITE from "./vite/index";

export {YamlUtils, Utils, VueFlowUtils, VITE};
export {YamlUtils, Utils, VueFlowUtils};

export * from "./components/index.js";
5 changes: 0 additions & 5 deletions src/vite/index.js

This file was deleted.

29 changes: 0 additions & 29 deletions src/vite/plugins/commit.js

This file was deleted.

0 comments on commit eb88594

Please sign in to comment.