Fix broken package.json config (#10044)

Duplicate field names are not good

changelog_begin
changelog_end
This commit is contained in:
Moritz Kiefer 2021-06-17 14:34:49 +02:00 committed by GitHub
parent 10ab05f36f
commit cd2fda6f3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,8 @@
"version": "0.0.0",
"resolutions" : {
"**/elliptic": "^6.5.4",
"**/bl": "^4.0.3"
"**/bl": "^4.0.3",
"**/ws": "^7.4.6"
},
"dependencies": {
"bower": "1.8.8",
@ -37,8 +38,5 @@
"devDependencies": {
"@bazel/hide-bazel-files": "1.7.0",
"@bazel/typescript": "3.4.2"
},
"resolutions": {
"ws": "^7.4.6"
}
}