Skip to content

Commit

Permalink
v4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
slevithan committed Sep 5, 2024
1 parent a0f0373 commit 6557f66
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@ <h2>Try it</h2>
</figure>
</div>

<script src="https://unpkg.com/@babel/standalone@7.25.3/babel.min.js"></script>
<script src="https://unpkg.com/@babel/standalone@7.25.6/babel.min.js"></script>
<script src="../dist/standalone.min.js"></script>
<script src="./demo.js"></script>

<!-- Load `regex` so it can be used in the console -->
<script src="https://cdn.jsdelivr.net/npm/regex@4.1.1/dist/regex.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/regex@4.2.1/dist/regex.min.js"></script>
<script>
const {regex, pattern} = Regex;
const {regex, pattern, rewrite} = Regex;
</script>
</body>
</html>
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-regex",
"version": "4.1.1",
"version": "4.2.1",
"description": "Babel plugin for the regex package",
"author": "Steven Levithan",
"license": "MIT",
Expand Down

0 comments on commit 6557f66

Please sign in to comment.