mediawiki/services/mathjax: main (log #567742)

sourcepatches

This run took 9 seconds.

From 38cf0a9aee19e996c3e441f1d78ec56416c6cbfe Mon Sep 17 00:00:00 2001
From: libraryupgrader <tools.libraryupgrader@tools.wmflabs.org>
Date: Thu, 20 Jan 2022 07:37:14 +0000
Subject: [PATCH] [DNM] there are no updates

Change-Id: I154bf03f8de2d102bc6ae453dbefa9da32c6725c
---
 .gitignore        |  1 +
 package-lock.json |  5 +++++
 package.json      | 56 +++++++++++++++++++++++------------------------
 3 files changed, 34 insertions(+), 28 deletions(-)
 create mode 100644 package-lock.json

diff --git a/.gitignore b/.gitignore
index 6351bbd..9b97041 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 MathJax.iml
+/node_modules/
diff --git a/package-lock.json b/package-lock.json
new file mode 100644
index 0000000..cb05b2e
--- /dev/null
+++ b/package-lock.json
@@ -0,0 +1,5 @@
+{
+  "name": "mathoid-mathjax",
+  "version": "2.7.2",
+  "lockfileVersion": 1
+}
diff --git a/package.json b/package.json
index d4e6c66..9569284 100644
--- a/package.json
+++ b/package.json
@@ -1,30 +1,30 @@
 {
-  "name": "mathoid-mathjax",
-  "version": "2.7.2",
-  "description": "Beautiful math in all browsers. MathJax is an open-source JavaScript display engine for LaTeX, MathML, and AsciiMath notation that works in all browsers.",
-  "keywords": [
-    "math",
-    "svg",
-    "mathml",
-    "tex",
-    "latex",
-    "asciimath",
-    "browser",
-    "browser-only"
-  ],
-  "maintainers": [
-    "MathJax Consortium <info@mathjax.org> (http://www.mathjax.org)"
-  ],
-  "bugs": {
-    "url": "http://github.com/mathjax/MathJax/issues"
-  },
-  "license": "Apache-2.0",
-  "repository": {
-    "type": "git",
-    "url": "git://github.com/mathjax/MathJax.git"
-  },
-  "main": "./unpacked/MathJax.js",
-  "scripts": {
-    "test": "echo 'No tests here!'"
-  }
+	"name": "mathoid-mathjax",
+	"version": "2.7.2",
+	"description": "Beautiful math in all browsers. MathJax is an open-source JavaScript display engine for LaTeX, MathML, and AsciiMath notation that works in all browsers.",
+	"keywords": [
+		"math",
+		"svg",
+		"mathml",
+		"tex",
+		"latex",
+		"asciimath",
+		"browser",
+		"browser-only"
+	],
+	"maintainers": [
+		"MathJax Consortium <info@mathjax.org> (http://www.mathjax.org)"
+	],
+	"bugs": {
+		"url": "http://github.com/mathjax/MathJax/issues"
+	},
+	"license": "Apache-2.0",
+	"repository": {
+		"type": "git",
+		"url": "git://github.com/mathjax/MathJax.git"
+	},
+	"main": "./unpacked/MathJax.js",
+	"scripts": {
+		"test": "echo 'No tests here!'"
+	}
 }
-- 
2.20.1

**purged**
Source code is licensed under the AGPL.