Skip to content

Commit c393259

Browse files
authored
[INTERNAL] Remove package.json overrides (#1326)
Overrides now are redundant for productive code and may cause issues with ceratin npm commands i.e. `npm ls --all`, altough the UI5 CLI is fully functional. Fixes: #1325
1 parent a4fc990 commit c393259

File tree

2 files changed

+15
-5
lines changed

2 files changed

+15
-5
lines changed

package-lock.json

Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,5 @@
6363
"local-web-server": "^5.4.0",
6464
"open-cli": "^8.0.0",
6565
"traverse": "^0.6.11"
66-
},
67-
"overrides": {
68-
"pacote@19": {
69-
"tar": "^7.5.7"
70-
}
7166
}
7267
}

0 commit comments

Comments
 (0)