diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2021-12-06 09:57:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-06 09:57:07 +0100 |
commit | 5a2460df35457bf7ccc45de980de5940618ae0dd (patch) | |
tree | aaf718f3b1dfb6b5da8e8c27fbdcf1629f443835 /package.json | |
parent | ca8f929447e47fe0665487148bf7a5f76c8a8f20 (diff) | |
parent | d0709dfc853f7974726516d4a50b5184a799f8a0 (diff) | |
download | nextcloud-server-5a2460df35457bf7ccc45de980de5940618ae0dd.tar.gz nextcloud-server-5a2460df35457bf7ccc45de980de5940618ae0dd.zip |
Merge pull request #30104 from nextcloud/techdebt/noid/strengthify-is-now-at-nextcloud
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", |