From a4a08d5ec7a8fbc10dbfcc085f81ff784b7f58df Mon Sep 17 00:00:00 2001 From: Pablo Brasero Date: Fri, 7 Apr 2017 23:56:45 +0100 Subject: [PATCH] Correct GitHub URL I noticed this URL wasn't correct when following the link from npmjs.com. See https://www.npmjs.com/package/@glimmer/blueprint (GitHub link on the sidebar). --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 8152b28..86d42b3 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/glimmerjs/blueprint.git" + "url": "git+https://github.com/glimmerjs/glimmer-blueprint.git" }, "keywords": [ "ember-blueprint" @@ -16,9 +16,9 @@ "author": "Tom Dale ", "license": "MIT", "bugs": { - "url": "https://github.com/glimmerjs/blueprint/issues" + "url": "https://github.com/glimmerjs/glimmer-blueprint/issues" }, - "homepage": "https://github.com/glimmerjs/blueprint#readme", + "homepage": "https://github.com/glimmerjs/glimmer-blueprint#readme", "dependencies": { "ember-cli-string-utils": "^1.1.0" },