From 68eaa9c1fb831c31d8483b917bf366ee7ea4d356 Mon Sep 17 00:00:00 2001 From: Dave Lockhart Date: Mon, 10 Nov 2014 11:24:18 -0500 Subject: [PATCH] Fixing repo location --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e2d7837..65178ee 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "vui-icons", "description": "LESS mixins, CSS and image assets for consuming icons", - "version": "0.2.0", + "version": "0.2.1", "author": "D2L Corporation", "license": "Apache-2.0", "repository": { "type": "git", - "url": "https://github.com/Desire2Learn-Valence/valence-ui-icons.git" + "url": "https://github.com/Brightspace/valence-ui-icons.git" }, "scripts": { "test": "gulp && gulp test"