From d439b388cc3a2b5e96fc85d529c5c0f3be097036 Mon Sep 17 00:00:00 2001 From: Cory Forsyth Date: Fri, 10 May 2019 11:05:25 -0400 Subject: [PATCH] Fill out `repository` in package.json To make it so that the npmjs listing will link back to this github page. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9500646..a9ab185 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "doc": "doc", "test": "tests" }, - "repository": "", + "repository": "github:pzuraq/ember-classy-page-object", "scripts": { "build": "ember build", "start": "ember server",