X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=package.json;h=d5cf95b83c3350ebdfc766b520e9df0fea3aae8e;hb=0491173a61aed66205c017e0d7e0503ea316c144;hp=cc4f6be5ceb484f682b40ca00f6475cc000f1104;hpb=8704acf49efc770d73bf07c10468ed8c74d28a83;p=github%2FChocobozzz%2FPeerTube.git diff --git a/package.json b/package.json index cc4f6be5c..d5cf95b83 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ }, "lint-staged": { "*.scss": [ - "sass-lint -c .sass-lint.yml", + "sass-lint -c client/.sass-lint.yml", "git add" ] }, @@ -116,6 +116,7 @@ "jsonld-signatures": "https://github.com/Chocobozzz/jsonld-signatures#rsa2017", "lodash": "^4.17.10", "magnet-uri": "^5.1.4", + "memoizee": "^0.4.14", "morgan": "^1.5.3", "multer": "^1.1.0", "netrc-parser": "^3.1.6", @@ -165,6 +166,7 @@ "@types/lodash": "^4.14.64", "@types/magnet-uri": "^5.1.1", "@types/maildev": "^0.0.1", + "@types/memoizee": "^0.4.2", "@types/mkdirp": "^0.5.1", "@types/mocha": "^5.0.0", "@types/morgan": "^1.7.32",