Skip to content

Commit

Permalink
fix: update repo url in package.json file (#16)
Browse files Browse the repository at this point in the history
fix: update repo url in package.json file
  • Loading branch information
jlison authored Aug 24, 2019
2 parents 7e68c9f + 273b994 commit 9bc1b83
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/jlison/react-breeze-form.git"
"url": "https://github.com/start-at-root/react-breeze-form.git"
},
"keywords": [
"react",
Expand All @@ -41,9 +41,9 @@
"author": "J Lison <j@lison.us>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jlison/react-breeze-form/issues"
"url": "https://github.com/start-at-root/react-breeze-form/issues"
},
"homepage": "https://github.com/jlison/react-breeze-form#readme",
"homepage": "https://github.com/start-at-root/react-breeze-form#readme",
"peerDependencies": {
"compass-mixins": ">=0.12.10",
"react-dom": ">=16.8.0",
Expand Down

0 comments on commit 9bc1b83

Please sign in to comment.