Skip to content

Commit 6e1f63a

Browse files
committed
fix package renames
1 parent 3c2e85c commit 6e1f63a

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

data/source/react-components.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,10 @@ module.exports = {
283283
tags: ["form"],
284284
},
285285
{ url: "https://github.com/signavio/react-mentions" },
286-
{ url: "https://github.com/istarkov/google-map-react", tags: ["map"] },
286+
{
287+
url: "https://github.com/google-map-react/google-map-react",
288+
tags: ["map"],
289+
},
287290
{ url: "https://github.com/greena13/react-hotkeys" },
288291
{ url: "https://github.com/jakubzloczewski/react-steps" },
289292
{ url: "https://github.com/whoisandy/react-blocks", tags: ["grid"] },

data/source/react-starter-projects.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -381,11 +381,11 @@ module.exports = {
381381
url: "https://github.com/rtivital/react-pages-boilerplate",
382382
},
383383
{
384-
url: "https://github.com/jesalg/penv-starter",
384+
url: "https://github.com/jesalg/pevn-starter",
385385
},
386386
{
387387
url: "https://github.com/manuelbieh/react-ssr-setup",
388388
tags: ["css modules", "webpack4"],
389-
}
389+
},
390390
],
391391
};

0 commit comments

Comments
 (0)