Skip to content
This repository has been archived by the owner on Dec 13, 2021. It is now read-only.

Commit

Permalink
migrate to lineupjs organization
Browse files Browse the repository at this point in the history
  • Loading branch information
sgratzl committed Dec 22, 2018
1 parent 66d2db6 commit e0e7c2c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LineUp.js Vue.js Wrapper
[![License: MIT][mit-image]][mit-url] [![NPM version][npm-image]][npm-url] [![CircleCI][ci-image]][ci-url]

LineUp is an interactive technique designed to create, visualize and explore rankings of items based on a set of heterogeneous attributes.
This is a [Vue.js](https://vuejs.org) wrapper around the JavaScript library [LineUp.js](https://github.com/datavisyn/lineupjs). Details about the LineUp visualization technique can be found at [http://lineup.caleydo.org](http://lineup.caleydo.org).
This is a [Vue.js](https://vuejs.org) wrapper around the JavaScript library [LineUp.js](https://github.com/lineupjs/lineupjs). Details about the LineUp visualization technique can be found at [http://lineup.caleydo.org](http://lineup.caleydo.org).

Usage
-----
Expand Down Expand Up @@ -96,7 +96,7 @@ Development Environment
**Installation**

```bash
git clone https://github.com/datavisyn/vue-lineup.git
git clone https://github.com/lineupjs/vue-lineup.git
cd vue-lineup
npm install
# install peer dependency
Expand Down Expand Up @@ -132,5 +132,5 @@ Authors
[npm-url]: https://npmjs.org/package/vue-lineup
[mit-image]: https://img.shields.io/badge/License-MIT-yellow.svg
[mit-url]: https://opensource.org/licenses/MIT
[ci-image]: https://circleci.com/gh/datavisyn/vue-lineup.svg?style=shield
[ci-url]: https://circleci.com/gh/datavisyn/vue-lineup
[ci-image]: https://circleci.com/gh/lineupjs/vue-lineup.svg?style=shield
[ci-url]: https://circleci.com/gh/lineupjs/vue-lineup
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue-lineup",
"description": "LineUp is an interactive technique designed to create, visualize and explore rankings of items based on a set of heterogeneous attributes.",
"homepage": "https://github.com/datavisyn/vue-lineup",
"homepage": "https://github.com/lineupjs/vue-lineup",
"version": "1.0.7",
"author": {
"name": "Samuel Gratzl",
Expand All @@ -10,11 +10,11 @@
},
"license": "MIT",
"bugs": {
"url": "https://github.com/datavisyn/vue-lineup/issues"
"url": "https://github.com/lineupjs/vue-lineup/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/datavisyn/vue-lineup.git"
"url": "https://github.com/lineupjs/vue-lineup.git"
},
"main": "./dist/vue-lineup.umd.js",
"files": [
Expand Down

0 comments on commit e0e7c2c

Please sign in to comment.