From 225155da79e2f0395f9894de7e8a385b33f104a2 Mon Sep 17 00:00:00 2001 From: xqq Date: Mon, 9 Oct 2023 00:38:41 +0900 Subject: [PATCH] package.json: Use xqq/webworkify-webpack on github --- package-lock.json | 11 +++++------ package.json | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index efb034da..562a6ef7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "es6-promise": "^4.2.5", - "webworkify-webpack": "^2.1.5" + "webworkify-webpack": "xqq/webworkify-webpack" }, "devDependencies": { "@types/express-serve-static-core": "4.17.30", @@ -8566,8 +8566,8 @@ }, "node_modules/webworkify-webpack": { "version": "2.1.5", - "resolved": "https://registry.npmjs.org/webworkify-webpack/-/webworkify-webpack-2.1.5.tgz", - "integrity": "sha512-2akF8FIyUvbiBBdD+RoHpoTbHMQF2HwjcxfDvgztAX5YwbZNyrtfUMgvfgFVsgDhDPVTlkbb5vyasqDHfIDPQw==" + "resolved": "git+ssh://git@github.com/xqq/webworkify-webpack.git#24d1e719b4a6cac37a518b2bb10fe124527ef4ef", + "license": "MIT" }, "node_modules/which": { "version": "1.3.1", @@ -15760,9 +15760,8 @@ "dev": true }, "webworkify-webpack": { - "version": "2.1.5", - "resolved": "https://registry.npmjs.org/webworkify-webpack/-/webworkify-webpack-2.1.5.tgz", - "integrity": "sha512-2akF8FIyUvbiBBdD+RoHpoTbHMQF2HwjcxfDvgztAX5YwbZNyrtfUMgvfgFVsgDhDPVTlkbb5vyasqDHfIDPQw==" + "version": "git+ssh://git@github.com/xqq/webworkify-webpack.git#24d1e719b4a6cac37a518b2bb10fe124527ef4ef", + "from": "webworkify-webpack@xqq/webworkify-webpack" }, "which": { "version": "1.3.1", diff --git a/package.json b/package.json index cc00a64a..c4d027ab 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ }, "dependencies": { "es6-promise": "^4.2.5", - "webworkify-webpack": "^2.1.5" + "webworkify-webpack": "xqq/webworkify-webpack" }, "devDependencies": { "@types/node": "^10.12.18",