summaryrefslogtreecommitdiffstats
path: root/ui/package.json
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2020-01-06 11:23:29 -0500
committerDessalines <tyhou13@gmx.com>2020-01-06 11:23:29 -0500
commit02e37d58d7eb561ee4851b64272f98e205f91229 (patch)
treee93f9d472379002530c56a6204daaac7825ba1d4 /ui/package.json
parent82253f625b6cadfb7c7c4044c0c0a385f0caefbe (diff)
Removing outdateds from package.json.
Diffstat (limited to 'ui/package.json')
-rw-r--r--ui/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/package.json b/ui/package.json
index 17f15466..987d4c42 100644
--- a/ui/package.json
+++ b/ui/package.json
@@ -57,7 +57,7 @@
"engineStrict": true,
"husky": {
"hooks": {
- "pre-commit": "cargo fmt --manifest-path ../server/Cargo.toml && cargo clippy --manifest-path ../server/Cargo.toml --all-targets --all-features -- -D warnings && cargo outdated -R && yarn outdated && lint-staged"
+ "pre-commit": "cargo fmt --manifest-path ../server/Cargo.toml && cargo clippy --manifest-path ../server/Cargo.toml --all-targets --all-features -- -D warnings && lint-staged"
}
},
"lint-staged": {