Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-veit committed May 14, 2020
1 parent 77f59a9 commit 807156d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ npm install higlass-sequence

The live script can be found at:

- https://unpkg.com/higlass-sequence/dist/higlass-sequence.min.js
- https://unpkg.com/higlass-sequence/dist/higlass-sequence.js

### Client

1. Make sure you load this track prior to `hglib.js`. For example:

```
<script src="/higlass-sequence.min.js"></script>
<script src="/higlass-sequence.js"></script>
<script src="hglib.js"></script>
<script>
...
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "higlass-sequence",
"version": "0.1.0",
"version": "0.1.1",
"description": "Sequence tracks for HiGlass",
"private": false,
"author": "Alexander Veit",
Expand All @@ -12,7 +12,7 @@
}
],
"main": "./src/index.js",
"unpkg": "./dist/higlass-sequence.min.js",
"unpkg": "./dist/higlass-sequence.js",
"module": "./es",
"files": [
"dist",
Expand Down

0 comments on commit 807156d

Please sign in to comment.