Skip to content

Commit 3f45b68

Browse files
author
Brian Vaughn
authored
Re-added deleted files array to react-devtools package.json (#22960)
1 parent cd1a3e9 commit 3f45b68

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

packages/react-devtools/package.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,13 @@
1111
"bin": {
1212
"react-devtools": "./bin.js"
1313
},
14-
"files": [],
14+
"files": [
15+
"bin.js",
16+
"app.html",
17+
"app.js",
18+
"index.js",
19+
"icons"
20+
],
1521
"scripts": {
1622
"start": "node bin.js"
1723
},

0 commit comments

Comments
 (0)