Skip to content

Commit

Permalink
tiny
Browse files Browse the repository at this point in the history
  • Loading branch information
tnrich committed Nov 21, 2023
1 parent 8a6fb1f commit 680244b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- CLN-54033: support RNA sequence [`#1`](https://github.com/TeselaGen/tg-oss/pull/1)
- Export validateSequenceArray [`#2`](https://github.com/TeselaGen/tg-oss/pull/2)
- genbank ss-DNA should not be overwirte to DNA [`#1`](https://github.com/TeselaGen/tg-oss/pull/1)
- updating table styling to remove table last row bottom margin, removing unused S3Download, removing axios dep, updating deps [`8a6fb1f`](https://github.com/TeselaGen/tg-oss/commit/8a6fb1f047550f617c3e56b8c3ebf145967076ef)
- tiny [`d9a5ad3`](https://github.com/TeselaGen/tg-oss/commit/d9a5ad328d87389199ba39118985f79f6a90b6e0)
- updating linting [`8150150`](https://github.com/TeselaGen/tg-oss/commit/815015023979b1780768e88d061525bc92d135a6)
- updating sequence filtering to only remove invalid chars on certain operations [`8fdbaa1`](https://github.com/TeselaGen/tg-oss/commit/8fdbaa1d727c5737d866f89cf009f2791862645f)
3 changes: 0 additions & 3 deletions vite.react.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -185,9 +185,6 @@ export default ({ name }: { name: string; dir: string }) =>
"react-redux": path.join(__dirname, "node_modules/react-redux"),
"redux-form": path.join(__dirname, "node_modules/redux-form"),
redux: path.join(__dirname, "node_modules/redux")
// "@teselagen/range-utils": path.resolve(__dirname, "../tg-oss/packages/range-utils/src"),
// "@teselagen/sequence-utils": path.resolve(__dirname, "../tg-oss/packages/sequence-utils/src"),
// "@teselagen/bio-parsers": path.resolve(__dirname, "../tg-oss/packages/bio-parsers/src"),
}
},
test: {
Expand Down

0 comments on commit 680244b

Please sign in to comment.