Skip to content

Commit

Permalink
Rm
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Sep 6, 2024
1 parent 0adaf2d commit 1697548
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 10 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"mobx-state-tree": "5.4.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-msaview": "^3.0.0",
"react-msaview": "^4.0.0",
"rxjs": "^7.8.1",
"tss-react": "^4.9.12"
}
Expand Down
1 change: 0 additions & 1 deletion lib/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
export { default as MSAView } from './components/Loading'
export { default as MSAModelF, type MsaViewModel } from './model'
console.log('wtf')
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,10 @@
},
"devDependencies": {
"@emotion/react": "^11.13.0",
"@eslint/compat": "^1.1.1",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.8.0",
"@jbrowse/core": "^2.13.1",
"@mui/icons-material": "^6.0.2",
"@mui/material": "^6.0.2",
"@mui/system": "^6.0.2",
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.2",
Expand Down
5 changes: 0 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -542,11 +542,6 @@
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.11.0.tgz#b0ffd0312b4a3fd2d6f77237e7248a5ad3a680ae"
integrity sha512-G/M/tIiMrTAxEWRfLfQJMmGNX28IxBg4PBz8XqQhqUHLFI6TL2htpIB1iQCj144V5ee/JaKyT9/WZ0MGZWfA7A==

"@eslint/compat@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@eslint/compat/-/compat-1.1.1.tgz#5736523f5105c94dfae5f35e31debc38443722cd"
integrity sha512-lpHyRyplhGPL5mGEh6M9O5nnKk0Gz4bFI+Zu6tKlPpDUN7XshWvH9C/px4UVm87IAANE0W81CEsNGbS1KlzXpA==

"@eslint/config-array@^0.18.0":
version "0.18.0"
resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.18.0.tgz#37d8fe656e0d5e3dbaea7758ea56540867fd074d"
Expand Down

0 comments on commit 1697548

Please sign in to comment.