Skip to content

Commit

Permalink
Re-added deleted files array to react-devtools package.json (#22960)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Vaughn committed Dec 15, 2021
1 parent cd1a3e9 commit 3f45b68
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion packages/react-devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,13 @@
"bin": {
"react-devtools": "./bin.js"
},
"files": [],
"files": [
"bin.js",
"app.html",
"app.js",
"index.js",
"icons"
],
"scripts": {
"start": "node bin.js"
},
Expand Down

0 comments on commit 3f45b68

Please sign in to comment.