Skip to content

Commit

Permalink
Add DevTools package placeholder package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Vaughn committed Aug 15, 2019
1 parent 6edff8f commit a9304e7
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/react-devtools-core/package.json
@@ -0,0 +1,5 @@
{
"private": true,
"name": "react-devtools-core",
"version": "0.0.0"
}
5 changes: 5 additions & 0 deletions packages/react-devtools-inline/package.json
@@ -0,0 +1,5 @@
{
"private": true,
"name": "react-devtools-inline",
"version": "0.0.0"
}
5 changes: 5 additions & 0 deletions packages/react-devtools/package.json
@@ -0,0 +1,5 @@
{
"private": true,
"name": "react-devtools",
"version": "0.0.0"
}

0 comments on commit a9304e7

Please sign in to comment.