Skip to content

Commit

Permalink
Set the repository correctly in the generator's package.json (#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 committed Jun 8, 2016
1 parent 3e12841 commit 13f692a
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 13f692a

Please sign in to comment.