From 0d6fad2e0548b76edf1e6e884b956f569532f382 Mon Sep 17 00:00:00 2001
From: libraryupgrader <tools.libraryupgrader@tools.wmflabs.org>
Date: Thu, 4 Mar 2021 12:45:59 +0000
Subject: [PATCH] [DNM] there are no updates
Change-Id: I0b54a945eb945f87ccfa5b461d1d9ad92ccd408a
---
.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
$ date
Thu Mar 4 12:45:52 UTC 2021
$ git clone file:///srv/git/mediawiki-services-mathjax.git repo --depth=1 -b master
Cloning into 'repo'...
$ git config user.name libraryupgrader
$ git config user.email tools.libraryupgrader@tools.wmflabs.org
$ git submodule update --init
$ grr init
Installed commit-msg hook.
$ git show-ref refs/heads/master
d448a8dbf5f2186b0f478b00e5477876d548d623 refs/heads/master
$ npm i --package-lock-only
npm notice created a lockfile as package-lock.json. You should commit this file.
up to date in 0.284s
found 0 vulnerabilities
Editing .gitignore to remove package-lock.json
$ git add .
$ git commit -F /tmp/tmptko8zogn
[master 0d6fad2] [DNM] there are no updates
3 files changed, 36 insertions(+), 30 deletions(-)
create mode 100644 package-lock.json
rewrite package.json (99%)
$ git format-patch HEAD~1 --stdout
From 0d6fad2e0548b76edf1e6e884b956f569532f382 Mon Sep 17 00:00:00 2001
From: libraryupgrader <tools.libraryupgrader@tools.wmflabs.org>
Date: Thu, 4 Mar 2021 12:45:59 +0000
Subject: [PATCH] [DNM] there are no updates
Change-Id: I0b54a945eb945f87ccfa5b461d1d9ad92ccd408a
---
.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
.