Skip to content

Commit

Permalink
Change scope of the package, add pegjs to kewwords
Browse files Browse the repository at this point in the history
  • Loading branch information
MuhammadSawalhy committed Aug 22, 2020
1 parent 8d510b2 commit 15cc112
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "math-latex-parser",
"name": "@scicave/math-latex-parser",
"version": "1.0.0",
"description": "A mathematical parser for latex in math mode. We mean by mathematical that, arithmetic operations is considered for example if you pass \"1+2\", the result would by a (add node \"+\") with two children nodes of type number.",
"main": "index.js",
Expand Down Expand Up @@ -30,6 +30,7 @@
},
"keywords": [
"parser",
"pegjs",
"latex-parser",
"math-parser",
"math",
Expand Down

0 comments on commit 15cc112

Please sign in to comment.