Skip to content

Commit

Permalink
Install a published npm package of experiment page
Browse files Browse the repository at this point in the history
  • Loading branch information
lingyun1010 committed Nov 26, 2024
1 parent c14832b commit 4dafe96
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/src/main/javascript/bundles/experiment-page/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,14 @@
"access": "public"
},
"description": "Wrapper for all experiment pages with router, result page including cell type plots, gene expression heatmap, organ anatomogram page",

"main": "index.js",
"author": "Expression Atlas developers <[email protected]>",
"collaborators": [
"Lingyun <[email protected]>"
],
"license": "Apache-2.0",
"dependencies": {
"@ebi-gene-expression-group/scxa-experiment-page": "file:../../../../../../../atlas-components/packages/scxa-experiment-page",
"@ebi-gene-expression-group/scxa-experiment-page": "^1.0.0-batch",
"react": "^17.0.2",
"react-dom": "^17.0.2"
}
Expand Down

0 comments on commit 4dafe96

Please sign in to comment.