Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,11 @@ Here is a minimal browser-based example using the JavaScript API. Adapt paths, s

> 💖 **If you find FEAScript useful, please consider supporting its development through a donation:**

<a href="https://github.com/sponsors/FEAScript">
<img alt="GitHub Sponsors" src="https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&color=%23fe8e86)](https://github.com/sponsors/feascript">
</a>
<a href="https://liberapay.com/FEAScript/donate">
<img alt="Donate using Liberapay" src="https://liberapay.com/assets/widgets/donate.svg">
<img alt="Donate using Liberapay" src="https://img.shields.io/badge/Liberapay-F6C915?logo=liberapay&logoColor=black">
</a>

Your support helps ensure the continued development and maintenance of this project.
Expand Down
2 changes: 1 addition & 1 deletion dist/feascript.cjs.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/feascript.cjs.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/feascript.esm.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/feascript.esm.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/feascript.umd.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/feascript.umd.js.map

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- <img src="https://feascript.github.io/FEAScript-website/assets/FEAScriptGenPDE.png" width="80" alt="FEAScript General Form PDE Logo"> -->
<img src="https://feascript.github.io/FEAScript-website/assets/FEAScriptGeneralFormPDE.png" width="80" alt="FEAScript General Form PDE Logo">

## Advection-Diffusion with Gaussian Source

Expand Down
10 changes: 9 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"scripts": {
"build": "rollup -c",
"prepublishOnly": "npm run build",
"test": "echo \"No tests configured\" && exit 0"
"test": "for file in $(find examples -name '*.js' -type f | sort); do echo 'Running' \"$file\"; if node \"$file\" > /dev/null 2>&1; then echo 'Success'; else echo 'Failed'; fi; done"
},
"repository": {
"type": "git",
Expand All @@ -44,6 +44,14 @@
{
"name": "Felipe Ferrari",
"url": "https://github.com/ferrari212"
},
{
"name": "Akhilesh Tiwari",
"url": "https://github.com/silky-x0"
},
{
"name": "Priyank Bansal",
"url": "https://github.com/Stu-ops"
}
],
"license": "MIT",
Expand Down