Skip to content

Commit

Permalink
Remove overrides and delete @types/gulp and @types/minimatch on posti…
Browse files Browse the repository at this point in the history
…nstall
  • Loading branch information
Hinton committed Oct 11, 2024
1 parent f69e943 commit 52119b5
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"storybook": "ng run components:storybook",
"build-storybook": "ng run components:build-storybook",
"build-storybook:ci": "ng run components:build-storybook --webpack-stats-json",
"postinstall": "patch-package"
"postinstall": "patch-package && rimraf ./node_modules/@types/glob && rimraf ./node_modules/@types/minimatch"
},
"workspaces": [
"apps/*",
Expand Down Expand Up @@ -212,11 +212,7 @@
"@storybook/angular": {
"zone.js": "$zone.js"
},
"replacestream": "4.0.3",
"@types/minimatch": "3.0.5",
"@electron/asar": {
"@types/glob": "7.1.3"
}
"replacestream": "4.0.3"
},
"lint-staged": {
"*": "prettier --cache --ignore-unknown --write",
Expand Down

0 comments on commit 52119b5

Please sign in to comment.