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 6d59196 commit 26ecc23Copy full SHA for 26ecc23
test/index.html
@@ -10,7 +10,7 @@
10
<script src="../node_modules/chai/chai.js"></script>
11
<script src="../node_modules/react/umd/react.development.js"></script>
12
<script src="../node_modules/react-dom/umd/react-dom.development.js"></script>
13
- <script src="../node_modules/cytoscape/dist/cytoscape.js"></script>
+ <script src="../node_modules/cytoscape/dist/cytoscape.min.js"></script>
14
<script src="../node_modules/immutable/dist/immutable.js"></script>
15
<script src="../node_modules/prop-types/prop-types.js"></script>
16
<script src="../dist/react-cytoscape.js"></script>
@@ -35,4 +35,4 @@
35
</script>
36
</body>
37
38
-</html>
+</html>
0 commit comments