Re-added deleted files array to react-devtools package.json (#22960)

This commit is contained in:
Brian Vaughn
2021-12-14 23:28:57 -05:00
committed by GitHub
parent cd1a3e9b55
commit 3f45b68141

View File

@@ -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"
},