We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd8bd9b commit 6448321Copy full SHA for 6448321
package.json
@@ -3,7 +3,10 @@
3
"version": "1.0.8",
4
"description": "Language Bash language support for Atom-IDE",
5
"main": "src/main.js",
6
- "repository": "https://github.com/mads-hartmann/ide-bash",
+ "repository": {
7
+ "type": "git",
8
+ "url": "git@github.com:mads-hartmann/ide-bash.git"
9
+ },
10
"author": "Mads Hartmann <mads3379@gmail.com> (https://twitter.com/mads_hartmann)",
11
"license": "MIT",
12
"engines": {
0 commit comments