Skip to content

Commit 684e42d

Browse files
authored
[INTERNAL] Remove package.json overrides (#786)
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: UI5/cli#1325
1 parent 22a250c commit 684e42d

2 files changed

Lines changed: 123 additions & 5 deletions

File tree

package-lock.json

Lines changed: 123 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
@@ -160,10 +160,5 @@
160160
"sinon": "^21.0.2",
161161
"supertest": "^7.2.2",
162162
"tap-xunit": "^2.4.1"
163-
},
164-
"overrides": {
165-
"glob": {
166-
"minimatch": "^10.2.2"
167-
}
168163
}
169164
}

0 commit comments

Comments
 (0)