From 4ea5b4548ec0457d22f27c2c9c7ff345134ea9b6 Mon Sep 17 00:00:00 2001 From: Robbie Holmes Date: Mon, 18 Apr 2016 14:24:35 -0400 Subject: [PATCH] Updating the url to use https and version bump. --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 460d832..a0ba248 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "pattern-lab-workshop", "description": "Self guided workshop for learning the basics of Pattern Lab.", - "version": "1.0.4", + "version": "1.0.5", "readmeFilename": "README.md", "repository": { "type": "git", @@ -16,7 +16,7 @@ "handlebars": "^2.0.0-alpha.4", "marked": "^0.3.2", "request": "~2.30.0", - "workshopper-jlord": "git@github.com:tjheffner/workshopper.git", + "workshopper-jlord": "git+https://git@github.com:tjheffner/workshopper.git", "cheerio": "~0.17.0" } }