diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2019-01-08 14:10:14 +0100 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2019-01-09 15:02:02 +0100 |
commit | e4e5cf8757b58ef54dd186e8c2796c306c7793f6 (patch) | |
tree | bec4a3620cd8ea7374e55a593ee9c2368a8867cd | |
parent | dbee410a6e650edccfe929d37ace922b7bdf35e5 (diff) | |
download | nextcloud-server-e4e5cf8757b58ef54dd186e8c2796c306c7793f6.tar.gz nextcloud-server-e4e5cf8757b58ef54dd186e8c2796c306c7793f6.zip |
Use upstream strengthify lib
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
-rw-r--r-- | package-lock.json | 4 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/package-lock.json b/package-lock.json index 2e5b1ca871b..f1eab0f5e7a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5061,8 +5061,8 @@ "dev": true }, "strengthify": { - "version": "git+https://github.com/ChristophWurst/strengthify.git#ebe40b8d76bccca3fb6b494e4fefa1a1f1315fd5", - "from": "git+https://github.com/ChristophWurst/strengthify.git#feature/npm-package" + "version": "git+https://github.com/MorrisJobke/strengthify.git#c03806c2db3e324923c1c37a974b1b92c85c5676", + "from": "git+https://github.com/MorrisJobke/strengthify.git" }, "string-width": { "version": "2.1.1", diff --git a/package.json b/package.json index c6219e95675..605dbb81e94 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "moment": "^2.18.1", "select2": "^3.4.5", "snap.js": "^2.0.9", - "strengthify": "git+https://github.com/ChristophWurst/strengthify.git#feature/npm-package", + "strengthify": "git+https://github.com/MorrisJobke/strengthify.git", "underscore": "^1.8.3" }, "devDependencies": { |