Skip to content

Commit f50b5c6

Browse files
authored
fix: update package.json with correct license, description and module type
- Change license from AGPLv3 to MIT to match actual project license - Replace HTML image tag with proper text description - Update type to "module" to align with ES module syntax
1 parent 26817ff commit f50b5c6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "feascript",
3-
"version": "1.0.0",
4-
"description": "<img src=\"https://feascript.github.io/FEAScript-website/assets/FEAScriptLogo.png\" width=\"80\" alt=\"FEAScript Logo\">",
3+
"version": "0.1.0",
4+
"description": "A lightweight finite element simulation library built in JavaScript for browser-based physics and engineering simulations",
55
"main": "src/index.js",
66
"directories": {
77
"example": "examples"
@@ -26,8 +26,8 @@
2626
"finite element method"
2727
],
2828
"author": "Nikolaos Chamakos",
29-
"license": "AGPLv3",
30-
"type": "commonjs",
29+
"license": "MIT",
30+
"type": "module",
3131
"bugs": {
3232
"url": "https://github.com/FEAScript/FEAScript-core/issues"
3333
},

0 commit comments

Comments
 (0)