8000 Auto-generated commit · stdlib-js/constants-float64-eps@f07eca8 · GitHub
[go: up one dir, main page]

Skip to content
10000

Commit f07eca8

Browse files
committed
Auto-generated commit
1 parent b0aeaab commit f07eca8

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

.github/.keepalive

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2023-04-01T02:11:10.669Z

.github/workflows/publish.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,12 @@ jobs:
149149
# Add link definition for CLI package to README.md:
150150
find . -type f -name '*.md' -print0 | xargs -0 perl -0777 -i -pe "s/<section class=\"links\">/<section class=\"links\">\n\n[$escapedPkg]: https:\/\/www.npmjs.com\/package\/$escapedPkg/"
151151
152+
# Replace GitHub MathJax equations with SVGs:
153+
- name: 'Replace GitHub MathJax equations with SVGs'
154+
run: |
155+
find . -type f -name '*.md' -print0 | xargs -0 perl -0777 -i -pe 's/```math\n([\s\S]+?)\n```\n\n//g'
156+
find . -type f -name '*.md' -print0 | xargs -0 perl -0777 -i -pe 's/<!-- <div class="equation"(.*)(<\/div>\s*-->)/<div class="equation"$1<\/div>/sg'
157+
152158
# Replace GitHub links to individual packages with npm links:
153159
- name: 'Replace all GitHub links to individual packages with npm links'
154160
run: |

CONTRIBUTORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ Ryan Seal <splrk@users.noreply.github.com>
2828
Seyyed Parsa Neshaei <spneshaei@users.noreply.github.com>
2929
Shraddheya Shendre <shendreshraddheya@gmail.com>
3030
Stephannie Jiménez Gacha <steff456@hotmail.com>
31+
Yernar Yergaziyev <yernar.yergaziyev@erg.kz>
3132
dorrin-sot <59933477+dorrin-sot@users.noreply.github.com>
3233
orimiles5 <97595296+orimiles5@users.noreply.github.com>
3334
rei2hu <rei2hu@users.noreply.github.com>

0 commit comments

Comments
 (0)
0