Skip to content

Commit

Permalink
refactor: update bundled version to temp UMD bundle #2
Browse files Browse the repository at this point in the history
  • Loading branch information
bd82 committed Jul 11, 2023
1 parent 99dba24 commit f5ba2fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playground/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<script src="../bower_components/jquery/dist/jquery.js"></script>
<script src="libs/jquery.svg.js"></script>
<script src="libs/jquery.svgdom.js"></script>
<script src="https://unpkg.com/chevrotain/lib/chevrotain.js"></script>
<script src="https://unpkg.com/chevrotain/temp/chevrotain.internal.temp.js"></script>
<script src="../bower_components/CodeMirror/lib/codemirror.js"></script>
<script src="../bower_components/CodeMirror/mode/javascript/javascript.js"></script>
<script src="../bower_components/xregexp/xregexp-all.js"></script>
Expand Down

0 comments on commit f5ba2fc

Please sign in to comment.