Skip to content

Commit

Permalink
Add build-info.json to package files array for non-private DT packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Vaughn committed Aug 14, 2019
1 parent 39209dc commit d7ca884
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/react-devtools-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"files": [
"dist",
"backend.js",
"build-info.json",
"standalone.js"
],
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions packages/react-devtools-inline/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"files": [
"dist",
"backend.js",
"build-info.json",
"frontend.js"
],
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions packages/react-devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
},
"files": [
"bin.js",
"build-info.json",
"app.html",
"app.js",
"index.js",
Expand Down

0 comments on commit d7ca884

Please sign in to comment.