File tree Expand file tree Collapse file tree 3 files changed +1
-12
lines changed Expand file tree Collapse file tree 3 files changed +1
-12
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 23
23
"test:e2e" : " nx run @sentry-internal/bundler-plugin-e2e-tests:test" ,
24
24
"lint" : " nx run-many --target=lint --all" ,
25
25
"check:formatting" : " prettier --check ." ,
26
- "fix:formatting" : " prettier --write ." ,
27
- "prepare" : " husky install"
26
+ "fix:formatting" : " prettier --write ."
28
27
},
29
28
"devDependencies" : {
30
29
"@nrwl/cli" : " 14.5.10" ,
31
30
"@nrwl/workspace" : " 14.5.10" ,
32
- "husky" : " ^8.0.0" ,
33
31
"lerna" : " ^6.6.2" ,
34
32
"nx" : " 14.5.10" ,
35
33
"prettier" : " ^2.7.1" ,
Original file line number Diff line number Diff line change @@ -7463,11 +7463,6 @@ humanize-ms@^1.2.1:
7463
7463
dependencies:
7464
7464
ms "^2.0.0"
7465
7465
7466
- husky@^8.0.0:
7467
- version "8.0.3"
7468
- resolved "https://registry.npmjs.org/husky/-/husky-8.0.3.tgz#4936d7212e46d1dea28fef29bb3a108872cd9184"
7469
- integrity sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg==
7470
-
7471
7466
iconv-lite@0.4.24, iconv-lite@^0.4.24:
7472
7467
version "0.4.24"
7473
7468
resolved "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz#2022b4b25fbddc21d2f524974a474aafe733908b"
You can’t perform that action at this time.
0 commit comments