Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
breck7 committed Sep 12, 2024
1 parent afbe4d3 commit bfa4dc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ const { Utils } = require("scrollsdk/products/Utils.js")
const { ScrollSetCLI } = require("scroll-cli/ScrollSetCLI.js")

class CancerDBCli extends ScrollSetCLI {
baseFolder = __dirname
conceptsFolder = path.join(__dirname, "concepts")
parsersFile = path.join(__dirname, "code", "measures.parsers")
scrollSetName = "cancerdb"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"homepage": "https://cancerdb.com",
"devDependencies": {
"lodash": "^4.17.21",
"scroll-cli": "^130.3.4",
"scroll-cli": "^130.3.5",
"scrollsdk": "^84.0.0"
}
}

0 comments on commit bfa4dc9

Please sign in to comment.