File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ const re = regex({plugins: [recursion]})`…`;
3030 <summary >Using a global name (no import)</summary >
3131
3232``` html
33- <script src =" https://cdn.jsdelivr.net/npm/regex@5.0.2 /dist/regex.min.js" ></script >
34- <script src =" https://cdn.jsdelivr.net/npm/regex-recursion@5.0 .0/dist/regex-recursion.min.js" ></script >
33+ <script src =" https://cdn.jsdelivr.net/npm/regex@5.1.0 /dist/regex.min.js" ></script >
34+ <script src =" https://cdn.jsdelivr.net/npm/regex-recursion@5.1 .0/dist/regex-recursion.min.js" ></script >
3535<script >
3636 const {regex } = Regex;
3737 const {recursion } = Regex .plugins ;
Original file line number Diff line number Diff line change 11{
22 "name" : " regex-recursion" ,
3- "version" : " 5.0 .0" ,
3+ "version" : " 5.1 .0" ,
44 "description" : " Recursive matching plugin for Regex+" ,
55 "author" : " Steven Levithan" ,
66 "license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments