We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebaddea commit c3a6fd4Copy full SHA for c3a6fd4
package.json
@@ -2,8 +2,8 @@
2
"name": "@hms-dbmi-bgm/react-workflow-viz",
3
"version": "0.0.10",
4
"description": "React component for visualizing CWL-like workflows and provenance graphs.",
5
- "main": "dist/react-workflow-viz.min.js",
6
- "module": "dist/react-workflow-viz.node.js",
+ "main": "./dist/react-workflow-viz.min.js",
+ "module": "./es",
7
"repository": {
8
"type": "git",
9
"url": "https://github.com/4dn-dcic/react-workflow-viz"
0 commit comments