Skip to content

Commit

Permalink
change repo url
Browse files Browse the repository at this point in the history
  • Loading branch information
lcxfs1991 committed Jul 10, 2016
1 parent ed3950a commit 3550dd1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions libs/SteamerRepos.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

module.exports = {
'steamer-react': {
git: 'https://github.com/lcxfs1991/steamer-react.git -b react',
git: 'https://github.com/SteamerTeam/steamer-react.git -b react',
config: {
src: "./react/",
cmds: {
Expand All @@ -15,7 +15,7 @@ module.exports = {
},
},
'steamer-react-isomorphic': {
git: 'https://github.com/lcxfs1991/steamer-react.git -b react-isomorphic',
git: 'https://github.com/SteamerTeam/steamer-react.git -b react-isomorphic',
config: {
src: "./react/",
cmds: {
Expand All @@ -25,7 +25,7 @@ module.exports = {
},
},
'steamer-koa': {
git: 'https://github.com/lcxfs1991/steamer-koa.git',
git: 'https://github.com/SteamerTeam/steamer-koa.git',
config: {
src: "./koa/",
cmds: {
Expand All @@ -35,7 +35,7 @@ module.exports = {
},
},
'steamer-gulp': {
git: 'https://github.com/lcxfs1991/steamer-gulp.git',
git: 'https://github.com/SteamerTeam/steamer-gulp.git',
config: {
src: "./normal/",
cmds: {
Expand Down

0 comments on commit 3550dd1

Please sign in to comment.