Skip to content

Commit ee68267

Browse files
fix: use correct repository syntax (#402)
see https://docs.npmjs.com/cli/v7/configuring-npm/package-json#repository Co-authored-by: Evan Jacobs <[email protected]>
1 parent a620482 commit ee68267

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"src",
1111
"typings"
1212
],
13-
"repository": "git@github.com:styled-components/jest-styled-components.git",
13+
"repository": "github:styled-components/jest-styled-components",
1414
"bugs": {
1515
"url": "https://github.com/styled-components/jest-styled-components/issues"
1616
},

0 commit comments

Comments
 (0)