Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tuner committed Jan 23, 2025
1 parent 7de1647 commit 845beba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ Ranks may have optional titles that are displayed above the sample column.

## About

Copyright (c) 2024 Kari Lavikka. MIT licensed, see [LICENSE](LICENSE) for details.
Copyright (c) 2025 Kari Lavikka. MIT licensed, see [LICENSE](LICENSE) for details.

Jellyfish is developed in [The Systems Biology of Drug Resistance in
Cancer](https://www.helsinki.fi/en/researchgroups/systems-biology-of-drug-resistance-in-cancer)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "jellyfish",
"private": true,
"version": "0.0.0",
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build:app": "tsc && vite build",
"build:lib": "tsc && vite build --mode lib",
"build:schema": "ts-json-schema-generator --tsconfig tsconfig.json --type InSchema --unstable -o dist/schema.json",
"build:schema": "ts-json-schema-generator --tsconfig tsconfig.json --type LayoutProperties --unstable -o dist/schema.json",
"preview": "vite preview"
},
"devDependencies": {
Expand Down

0 comments on commit 845beba

Please sign in to comment.