diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2019-05-31 13:27:29 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2019-06-26 10:07:21 +0200 |
commit | 409acf113129cc3d1acb550387016f0b30318018 (patch) | |
tree | 187b0a2a3a151aa621420e6679ccb7adf742ffa9 /build/package-lock.json | |
parent | bc276cdd83aeb40e70ccca4573b4318ca7dceb81 (diff) | |
download | nextcloud-server-409acf113129cc3d1acb550387016f0b30318018.tar.gz nextcloud-server-409acf113129cc3d1acb550387016f0b30318018.zip |
Fix js l10n registration to also work with more than one bundle
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'build/package-lock.json')
-rw-r--r-- | build/package-lock.json | 33 |
1 files changed, 1 insertions, 32 deletions
diff --git a/build/package-lock.json b/build/package-lock.json index d359cccccb5..63d2acc9de2 100644 --- a/build/package-lock.json +++ b/build/package-lock.json @@ -1493,10 +1493,6 @@ "concat-map": "0.0.1" } }, - "chownr": { - "version": "1.0.1", - "bundled": true - }, "code-point-at": { "version": "1.1.0", "bundled": true, @@ -1548,13 +1544,6 @@ "dev": true, "optional": true }, - "fs-minipass": { - "version": "1.2.5", - "bundled": true, - "requires": { - "minipass": "^2.2.1" - } - }, "fs.realpath": { "version": "1.0.0", "bundled": true, @@ -1667,22 +1656,6 @@ "dev": true, "optional": true }, - "minipass": { - "version": "2.2.4", - "bundled": true, - "optional": true, - "requires": { - "safe-buffer": "^5.1.1", - "yallist": "^3.0.0" - } - }, - "minizlib": { - "version": "1.1.0", - "bundled": true, - "requires": { - "minipass": "^2.2.1" - } - }, "mkdirp": { "version": "0.5.1", "bundled": true, @@ -1867,6 +1840,7 @@ "safe-buffer": { "version": "5.1.1", "bundled": true, + "dev": true, "optional": true }, "safer-buffer": { @@ -1954,11 +1928,6 @@ "bundled": true, "dev": true, "optional": true - }, - "yallist": { - "version": "3.0.2", - "bundled": true, - "optional": true } } }, |