Skip to content

Commit

Permalink
fix: update package.json URLs for GitHub repository (#93)
Browse files Browse the repository at this point in the history
Hopefully this should fix things so semantic-release generates a GitHub release
in the newly-moved repo.
  • Loading branch information
alangpierce authored Feb 25, 2017
1 parent 78b25d9 commit dd252d6
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 @@ -17,7 +17,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/alangpierce/bulk-decaffeinate.git"
"url": "https://github.com/decaffeinate/bulk-decaffeinate.git"
},
"keywords": [
"coffeescript",
Expand All @@ -32,9 +32,9 @@
"jscodeshift-scripts-dist"
],
"bugs": {
"url": "https://github.com/alangpierce/bulk-decaffeinate/issues"
"url": "https://github.com/decaffeinate/bulk-decaffeinate/issues"
},
"homepage": "https://github.com/alangpierce/bulk-decaffeinate#readme",
"homepage": "https://github.com/decaffeinate/bulk-decaffeinate#readme",
"devDependencies": {
"babel-cli": "^6.16.0",
"babel-eslint": "^7.0.0",
Expand Down

0 comments on commit dd252d6

Please sign in to comment.