Skip to content

Commit 7ea12e9

Browse files
committed
Fix repository link
1 parent 1b49262 commit 7ea12e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
"main": "src/main.js",
66
"repository": {
77
"type": "git",
8-
"url": "git+https://github.com/mads-hartmann/bash-language-server.git"
8+
"url": "git+https://github.com/mads-hartmann/ide-bash.git"
99
},
1010
"author": "Mads Hartmann <mads3379@gmail.com> (https://twitter.com/mads_hartmann)",
1111
"license": "MIT",
1212
"bugs": {
13-
"url": "https://github.com/mads-hartmann/bash-language-server/issues"
13+
"url": "https://github.com/mads-hartmann/ide-bash/issues"
1414
},
15-
"homepage": "https://github.com/mads-hartmann/bash-language-server#readme",
15+
"homepage": "https://github.com/mads-hartmann/ide-bash#readme",
1616
"dependencies": {
1717
"atom-languageclient": "^0.9.2"
1818
},

0 commit comments

Comments
 (0)