Skip to content

Commit

Permalink
fix(repository-name): fix repository name in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jaebradley committed Nov 30, 2017
1 parent 75b43a8 commit dc1714b
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 @@ -15,7 +15,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/jaebradley/textstyle.git"
"url": "git+https://github.com/jaebradley/textstyler.git"
},
"keywords": [
"text",
Expand All @@ -24,9 +24,9 @@
"author": "jae.b.bradley@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/jaebradley/textstyle/issues"
"url": "https://github.com/jaebradley/textstyler/issues"
},
"homepage": "https://github.com/jaebradley/textstyle#readme",
"homepage": "https://github.com/jaebradley/textstyler#readme",
"jest": {
"testEnvironment": "node"
},
Expand Down

0 comments on commit dc1714b

Please sign in to comment.