From 9904f51b90a257d5d9021bb11e05a425a38ef0d4 Mon Sep 17 00:00:00 2001 From: Dave Lockhart Date: Mon, 10 Nov 2014 11:49:13 -0500 Subject: [PATCH] Fixing repo location --- README.md | 4 ++-- package.json | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 607abc2..18069fa 100644 --- a/README.md +++ b/README.md @@ -10,5 +10,5 @@ wish to have elements which are only visible to screen readers. [npm-url]: https://npmjs.org/package/vui-offscreen [npm-image]: https://badge.fury.io/js/vui-offscreen.png -[ci-image]: https://travis-ci.org/Desire2Learn-Valence/valence-ui-offscreen.svg?branch=master -[ci-url]: https://travis-ci.org/Desire2Learn-Valence/valence-ui-offscreen +[ci-image]: https://travis-ci.org/Brightspace/valence-ui-offscreen.svg?branch=master +[ci-url]: https://travis-ci.org/Brightspace/valence-ui-offscreen diff --git a/package.json b/package.json index 84b32c9..ae17496 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,13 @@ { "name": "vui-offscreen", - "version": "0.0.1", + "version": "0.0.2", "description": "LESS mixin and CSS for positioning elements offscreen", "scripts": { "test": "gulp" }, "repository": { "type": "git", - "url": "https://github.com/Desire2Learn-Valence/valence-ui-offscreen.git" + "url": "https://github.com/Brightspace/valence-ui-offscreen.git" }, "keywords": [ "vui", @@ -17,9 +17,9 @@ "author": "D2L Corporation", "license": "Apache 2.0", "bugs": { - "url": "https://github.com/Desire2Learn-Valence/valence-ui-offscreen/issues" + "url": "https://github.com/Brightspace/valence-ui-offscreen/issues" }, - "homepage": "https://github.com/Desire2Learn-Valence/valence-ui-offscreen", + "homepage": "https://github.com/Brightspace/valence-ui-offscreen", "devDependencies": { "del": "^0.1.3", "gulp": "^3.8.8",