Skip to content

Commit

Permalink
build(npm): Fix github urls
Browse files Browse the repository at this point in the history
  • Loading branch information
John Persson committed Oct 21, 2017
1 parent c262246 commit de9ba4b
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 @@ -19,7 +19,7 @@
"test:coverage": "jest --coverage",
"test:watch": "jest --watch"
},
"repository": "https://github.com/wearehumblebee/styled-components-breakpoint",
"repository": "https://github.com/wearehumblebee/styled-components-breakpoint.git",
"keywords": [
"react",
"styled-components",
Expand All @@ -36,7 +36,7 @@
"author": "John Persson",
"license": "MIT",
"bugs": {
"url": "https://github.com/wearehumblebee/styled-components-breakpoint.git/issues"
"url": "https://github.com/wearehumblebee/styled-components-breakpoint/issues"
},
"files": [
"dist",
Expand All @@ -46,7 +46,7 @@
"coverageDirectory": "./coverage/",
"collectCoverage": true
},
"homepage": "https://github.com/wearehumblebee/styled-components-breakpoint.git#readme",
"homepage": "https://github.com/wearehumblebee/styled-components-breakpoint#readme",
"devDependencies": {
"babel": "^6.23.0",
"babel-cli": "^6.26.0",
Expand Down

0 comments on commit de9ba4b

Please sign in to comment.