Skip to content

Commit

Permalink
remove references to @csiro scope
Browse files Browse the repository at this point in the history
  • Loading branch information
clinnygee committed Sep 17, 2024
1 parent 69d0b66 commit 79e7698
Show file tree
Hide file tree
Showing 4 changed files with 474 additions and 475 deletions.
2 changes: 1 addition & 1 deletion apps/ecl-builder-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@csiro/ecl-builder": "^0.2.1",
"ecl-builder": "^0.2.1",
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@mui/material": "^5.8.3",
Expand Down
4 changes: 2 additions & 2 deletions apps/ecl-builder-app/src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Box, createTheme, CssBaseline, ThemeProvider } from "@mui/material";
import ExpressionBuilder from "@csiro/ecl-builder";
import ExpressionResult from "@csiro/ecl-builder/lib/components/ExpressionResult";
import ExpressionBuilder from "ecl-builder";
import ExpressionResult from "ecl-builder/lib/components/ExpressionResult";
import React, { useState } from "react";

let theme = createTheme();
Expand Down
Loading

0 comments on commit 79e7698

Please sign in to comment.