Skip to content

Commit

Permalink
Set the repository correctly in the generator's package.json (redfin#278
Browse files Browse the repository at this point in the history
)

I think (guess) this is preventing stars from showing up on http://yeoman.io/generators/
  • Loading branch information
gigabo authored and davidalber committed Jul 24, 2016
1 parent 838515f commit 2da353b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/generator-react-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"yeoman-assert": "^2.0.0",
"yeoman-test": "^1.0.0"
},
"repository": "redfin/packages/generator-react-server",
"repository": "redfin/react-server",
"scripts": {
"test": "ava test --tap && xo && nsp check",
"clean": "rimraf npm-debug.log*"
Expand Down

0 comments on commit 2da353b

Please sign in to comment.