Skip to content

Commit

Permalink
Preparing for 1.0.2 packaging.
Browse files Browse the repository at this point in the history
  • Loading branch information
schlagercollin committed Sep 19, 2019
1 parent bde3fdd commit f44f5ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "depMapScreener",
"productName": "DepMapScreener",
"version": "1.0.1",
"version": "1.0.2",
"description": "A data exploration platform using the Broad Institute's DepMap data.",
"main": "main.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion server.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ library(plotly)
source("depMapAnalysis.R")

# Load in the DepMap data (into global vars)
# loadFeatherFiles()
loadFeatherFiles()

# FUNCTION
# ========
Expand Down

0 comments on commit f44f5ea

Please sign in to comment.