Skip to content

Commit

Permalink
Merge pull request #14 from dlockhart/repo-location
Browse files Browse the repository at this point in the history
Fixing repo location
  • Loading branch information
dlockhart committed Nov 10, 2014
2 parents 73585aa + 68eaa9c commit 8395d58
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
#VUI Icons [![Build Status](https://travis-ci.org/Desire2Learn-Valence/valence-ui-icons.svg?branch=master)](https://travis-ci.org/Desire2Learn-Valence/valence-ui-icons)
#VUI Icons
[![NPM version][npm-image]][npm-url]
[![Build status][ci-image]][ci-url]

This library contains a series of LESS mixins and CSS classes which can
be used to incorporate icons into your application.

[npm-url]: https://npmjs.org/package/vui-icons
[npm-image]: https://badge.fury.io/js/vui-icons.png
[ci-image]: https://travis-ci.org/Brightspace/valence-ui-icons.svg?branch=master
[ci-url]: https://travis-ci.org/Brightspace/valence-ui-icons
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 8395d58

Please sign in to comment.