Skip to content

Commit

Permalink
Re-added deleted files array to react-devtools package.json (facebook…
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Vaughn authored and nevilm-lt committed Mar 14, 2022
1 parent 8c54021 commit 3d74dc6
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 3d74dc6

Please sign in to comment.