diff options
author | Joas Schilling <coding@schilljs.com> | 2021-12-06 08:25:57 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2021-12-06 08:25:57 +0100 |
commit | d0709dfc853f7974726516d4a50b5184a799f8a0 (patch) | |
tree | 5083bfcdb057852a170e51ca272ce0b627a05a6c /package.json | |
parent | f0e1621eed1ab30acd156ccaf9e513f29a7e3561 (diff) | |
download | nextcloud-server-d0709dfc853f7974726516d4a50b5184a799f8a0.tar.gz nextcloud-server-d0709dfc853f7974726516d4a50b5184a799f8a0.zip |
Strengthify is now in the Nextcloud org
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json index 5047b71630f..24903a37d57 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "regenerator-runtime": "^0.13.9", "select2": "3.5.1", "snap.js": "^2.0.9", - "strengthify": "git+https://github.com/MorrisJobke/strengthify.git#0.5.9", + "strengthify": "github:nextcloud/strengthify#0.5.9", "underscore": "^1.12.0", "url-search-params-polyfill": "^8.1.1", "uuid": "^8.3.2", @@ -123,10 +123,10 @@ "browserslist": [ "extends @nextcloud/browserslist-config" ], - "engines": { - "node": "^14.0.0", - "npm": "^7.0.0" - }, + "engines": { + "node": "^14.0.0", + "npm": "^7.0.0" + }, "jest": { "moduleFileExtensions": [ "js", |