Skip to content

Commit 655f848

Browse files
committed
Update package version
1 parent cd4b10d commit 655f848

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hms-dbmi-bgm/react-workflow-viz",
3-
"version": "0.0.15",
3+
"version": "0.1.0",
44
"description": "React component for visualizing CWL-like workflows and provenance graphs.",
55
"main": "./dist/react-workflow-viz.min.js",
66
"unpkg": "./dist/react-workflow-viz.min.js",

src/components/parsing-functions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ export const DEFAULT_PARSING_OPTIONS = {
136136
* Workflow graph component.
137137
*
138138
* @param {Step[]} analysis_steps List of steps from the back-end to generate nodes & edges from.
139-
* @param {ParsingOptions} [parsingOptions] Options for parsing and post-processing.
139+
* @param {ParsingOptions} [parsingOptions] Options for parsing and post-processing.
140140
* @returns {{ 'nodes' : Node[], 'edges' : Edge[] }} Container object for the two lists.
141141
*/
142142
export function parseAnalysisSteps(analysis_steps, parsingOptions = {}){

0 commit comments

Comments
 (0)