Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
ghengeveld committed Jul 3, 2019
1 parent 201f01b commit 89995cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions packages/react-async-devtools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-async-devtools",
"version": "0.0.0",
"version": "1.0.0-alpha.0",
"description": "DevTools for React Async",
"keywords": [
"react",
Expand All @@ -20,7 +20,6 @@
"build": "pack build",
"publish": "npm publish pkg"
},
"dependencies": {},
"peerDependencies": {
"react": ">=16.3.1",
"react-async": ">=6.2.0"
Expand Down
3 changes: 1 addition & 2 deletions packages/react-async/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-async",
"version": "6.2.2",
"version": "7.0.0",
"description": "React component for declarative promise resolution and data fetching",
"keywords": [
"react",
Expand All @@ -22,7 +22,6 @@
"build": "pack build",
"publish": "npm publish pkg"
},
"dependencies": {},
"peerDependencies": {
"react": ">=16.3.1"
},
Expand Down

0 comments on commit 89995cb

Please sign in to comment.