diff --git a/package.json b/package.json index b841460..c1ddb70 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,10 @@ "main": "./lib/index.js", "version": "0.3.0", "description": "An Atom Linter plugin for the Code Climate CLI", - "repository": "https://github.com/AtomLinter/linter-codeclimate", + "repository": { + "type": "git", + "url": "https://github.com/AtomLinter/linter-codeclimate.git" + }, "license": "MIT", "engines": { "atom": ">=1.7.0 <2.0.0"