Skip to content

Commit 2cbf243

Browse files
hkalDevtools-frontend LUCI CQ
authored andcommitted
Update Codemirror.next package name in package.json
Downstream Edge's dependency scanner keeps registering the package.json in front_end/third_party/codemirror.next as codemirror[1], which cause unactionable alerts on our end. This patch updates the `name` in that package.json to `codemirror.next` to avoid this conflict. [1] https://www.npmjs.com/package/codemirror Bug: none Change-Id: Ic874e4d255b2693dbd07f7d745174692abe5e4d8 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6235604 Commit-Queue: Kalon Hinds <[email protected]> Reviewed-by: Benedikt Meurer <[email protected]>
1 parent 85e0741 commit 2cbf243

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

front_end/third_party/codemirror.next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"description": "Package list used when building/upgrading CodeMirror 6",
3-
"name": "codemirror",
3+
"name": "codemirror.next",
44
"version": "0.19.0",
55
"private": true,
66
"dependencies": {

0 commit comments

Comments
 (0)