From 44b6c4249f134364e619ec316a79438c591602f7 Mon Sep 17 00:00:00 2001 From: Dennis Liu Date: Tue, 12 Jul 2016 13:46:07 -0400 Subject: [PATCH] added repository specification changed repo access from SSH to HTTPS to test "npm run deploy" --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index d4bb53ce8..bc3fee37b 100644 --- a/package.json +++ b/package.json @@ -17,5 +17,9 @@ "aframe-example", "aframe-scene", "aframe-boilerplate" - ] + ], + "repository": { + "type": "git", + "url": "https://github.com/dliuproduction/aframe-boilerplate.git" + } }