Skip to content

Commit

Permalink
Fix package.json error
Browse files Browse the repository at this point in the history
  • Loading branch information
benwinding committed Nov 27, 2020
1 parent f5512af commit fb58f58
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-admin-firebase-lazy-loading",
"description": "A firebase data provider for the React Admin framework (version with Lazy Loading update)",
"version": "3.2.28",
"name": "react-admin-firebase",
"description": "A firebase data provider for the React Admin framework",
"version": "3.2.16",
"peerDependencies": {
"firebase": "^7.9.x",
"react": "^16.x",
Expand Down Expand Up @@ -40,7 +40,7 @@
"tslint": "^5.16.0",
"typescript": "^4.1.x"
},
"homepage": "https://github.com/adamf92/react-admin-firebase",
"homepage": "https://github.com/benwinding/react-admin-firebase",
"email": "[email protected]",
"license": "MIT",
"scripts": {
Expand Down

0 comments on commit fb58f58

Please sign in to comment.