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

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
sgratzl committed Apr 24, 2019
2 parents 7a73124 + 2ab117a commit 32bf9aa
Show file tree
Hide file tree
Showing 6 changed files with 4,082 additions and 1,688 deletions.
16 changes: 16 additions & 0 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"scripts": {
"beforeStart": "npm test",
"beforeStage": "npm run build",
"afterRelease": "echo Successfully released ${name} v${version} to ${repo.repository}."
},
"git": {
"tagName": "v%s"
},
"npm": {
"publish": true
},
"github": {
"release": true
}
}
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 @@ -91,7 +91,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 @@ -127,5 +127,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
Loading

0 comments on commit 32bf9aa

Please sign in to comment.