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 /package.json | |
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>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
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": { |