Skip to content

Commit 6448321

Browse files
committed
Try another way to specify the repository
1 parent bd8bd9b commit 6448321

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
"version": "1.0.8",
44
"description": "Language Bash language support for Atom-IDE",
55
"main": "src/main.js",
6-
"repository": "https://github.com/mads-hartmann/ide-bash",
6+
"repository": {
7+
"type": "git",
8+
"url": "git@github.com:mads-hartmann/ide-bash.git"
9+
},
710
"author": "Mads Hartmann <mads3379@gmail.com> (https://twitter.com/mads_hartmann)",
811
"license": "MIT",
912
"engines": {

0 commit comments

Comments
 (0)