Skip to content

Commit acf22bf

Browse files
Lightning00BladeDevtools-frontend LUCI CQ
authored andcommitted
Move to build deps to devDeps
This is not part of the bundled part. Make that separation. Bug: none Change-Id: I9f8dda77b0526cb2b2f0cb7e8d4ac2469137894d Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6406322 Reviewed-by: Simon Zünd <[email protected]> Commit-Queue: Nikolay Vitkov <[email protected]>
1 parent 5c9a3b6 commit acf22bf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

front_end/third_party/codemirror.next/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@
3333
"@lezer/lr": "1.4.2",
3434
"@replit/codemirror-indentation-markers": "6.5.0",
3535
"@replit/codemirror-lang-svelte": "6.0.0",
36-
"rollup-plugin-dts": "6.1.1",
3736
"style-mod": "4.1.0"
37+
},
38+
"devDependencies": {
39+
"rollup-plugin-dts": "6.1.1"
3840
}
3941
}

0 commit comments

Comments
 (0)