diff options
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 88f3a2d11ab..13dfeaa97d6 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", |