diff options
author | Chocobozzz <me@florianbigard.com> | 2018-05-15 11:55:51 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-05-16 09:42:54 +0200 |
commit | db400f447a9f7aae1c56fa25396e93069744483f (patch) | |
tree | f45af832a5d3f4eebafd2f885b7413d9f84fa374 /package.json | |
parent | 54c3a22faa04bf13eea37f39be9149fc5eb95737 (diff) | |
download | PeerTube-db400f447a9f7aae1c56fa25396e93069744483f.tar.gz PeerTube-db400f447a9f7aae1c56fa25396e93069744483f.tar.zst PeerTube-db400f447a9f7aae1c56fa25396e93069744483f.zip |
Upgrade to rxjs 6
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 94cda5ef8..8c4409011 100644 --- a/package.json +++ b/package.json | |||
@@ -60,7 +60,7 @@ | |||
60 | } | 60 | } |
61 | }, | 61 | }, |
62 | "lint-staged": { | 62 | "lint-staged": { |
63 | "*.{js,ts,css,md}": "precise-commits", | 63 | "*.{css,md}": "precise-commits", |
64 | "*.scss": [ | 64 | "*.scss": [ |
65 | "sass-lint-auto-fix -c .sass-lint.yml --verbose", | 65 | "sass-lint-auto-fix -c .sass-lint.yml --verbose", |
66 | "git add" | 66 | "git add" |