Skip to content

Commit bde974a

Browse files
authored
[DevTools] missing file name in package.json (#26469)
resolves #26337 (comment)
1 parent 909c6da commit bde974a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/react-devtools/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
"app.html",
1717
"app.js",
1818
"index.js",
19-
"icons"
19+
"icons",
20+
"preload.js"
2021
],
2122
"scripts": {
2223
"start": "node bin.js"

0 commit comments

Comments
 (0)