Skip to content

Commit 6086367

Browse files
committed
✏️ fix renames and package.json moves
1 parent ace0407 commit 6086367

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

data/source/linters.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ module.exports = {
6666
{ url: "https://github.com/stylelint/stylelint", tags: ["css"] },
6767
{ url: "https://github.com/btford/write-good", tags: ["english"] },
6868
{
69-
url: "https://github.com/sindresorhus/xo",
69+
url: "https://github.com/xojs/xo",
7070
tags: ["js", "opinionated", "eslint", "autofix"],
7171
},
7272
{ url: "https://github.com/wooorm/alex", tags: ["english"] },

data/source/react-example-apps.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ module.exports = {
114114
},
115115
{ url: "https://github.com/hoppula/refire-forum" },
116116
{ url: "https://github.com/bu-ist/housing-available-units" },
117-
{ url: "https://github.com/thejameskyle/spectacle-code-slide" },
117+
{ url: "https://github.com/jamiebuilds/spectacle-code-slide" },
118118
{ url: "https://github.com/sherubthakur/N-Puzzle", tags: ["game"] },
119119
{ url: "https://github.com/DevAlien/dripr-ui" },
120120
{ url: "https://github.com/gre/gl-react-image-effects" },

data/source/react-starter-projects.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@ module.exports = {
148148
{ url: "https://github.com/djizco/boilerplate-react" },
149149
{ url: "https://github.com/DominicTobias/universal-react" },
150150
{ url: "https://github.com/dozoisch/koa-react-full-example" },
151-
{ url: "https://github.com/dvajs/dva" },
152151
{ url: "https://github.com/eanplatter/react-starter" },
153152
{ url: "https://github.com/elierotenberg/react-rails-starterkit" },
154153
{ url: "https://github.com/emyann/typescript-webpack-starter" },

data/source/state-managers.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,10 @@ module.exports = {
2525
projects: [
2626
{ url: "https://github.com/cerebral/cerebral" },
2727
{ url: "https://github.com/jumpsuit/jumpstate" },
28-
{ url: "https://github.com/dvajs/dva" },
28+
{
29+
url: "https://github.com/dvajs/dva",
30+
packagePaths: ["package.json", "packages/dva-core/package.json"],
31+
},
2932
{ url: "https://github.com/keajs/kea" },
3033
{ url: "https://github.com/Olical/EventEmitter" },
3134
{ url: "https://github.com/jeromeetienne/microevent.js" },

0 commit comments

Comments
 (0)