Skip to content

Commit

Permalink
Update package.json and adaptor.min.js
Browse files Browse the repository at this point in the history
  • Loading branch information
dpvc committed Jun 17, 2021
1 parent 11b2dca commit 05e97c7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 10 deletions.
2 changes: 1 addition & 1 deletion jsdom/adaptor/adaptor.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 12 additions & 9 deletions jsdom/package.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,26 @@
{
"name": "MathJax-jsdom",
"version": "3.1.4",
"version": "3.2.0",
"description": "MathJax v3 running in a jsdom instance",
"dependencies": {
"jsdom": "^16.5.3",
"mathjax-full": "^3.1.4",
"yargs": "^16.2.0"
"jsdom": "^16.6.0",
"mathjax-full": "^3.2.0",
"yargs": "^17.0.1"
},
"devDependencies": {
"@babel/core": "^7.13.16",
"@babel/preset-env": "^7.13.15",
"@babel/core": "^7.14.6",
"@babel/preset-env": "^7.14.5",
"babel-loader": "^8.2.2",
"terser-webpack-plugin": "^5.1.1",
"webpack": "^5.36.0",
"webpack-cli": "^4.6.0"
"terser-webpack-plugin": "^5.1.3",
"webpack": "^5.39.1",
"webpack-cli": "^4.7.2"
},
"repository": {
"type": "git",
"url": "https://github.com/mathjax/MathJax-demos-node/"
},
"scripts": {
"make-adaptor": "node_modules/mathjax-full/components/bin/makeAll adaptor"
},
"license": "Apache-2.0"
}

0 comments on commit 05e97c7

Please sign in to comment.