Skip to content

Commit 3d74dc6

Browse files
Brian Vaughnnevilm-lt
authored andcommitted
Re-added deleted files array to react-devtools package.json (facebook#22960)
1 parent 8c54021 commit 3d74dc6

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

packages/react-devtools/package.json

Lines changed: 7 additions & 1 deletion
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)