Skip to content

Commit 6a6bab4

Browse files
authored
Merge pull request #245 from Caleydo/release-8.0.1
2 parents 3e73b92 + 908490c commit 6a6bab4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ordino",
33
"description": "Target discovery platform for exploring rankings of genes, disease models, and other entities.",
4-
"version": "8.0.0",
4+
"version": "8.0.1",
55
"author": {
66
"name": "The Caleydo Team",
77
"email": "[email protected]",
@@ -69,6 +69,6 @@
6969
"dependencies": {
7070
"jquery": "~3.5.1",
7171
"jquery.scrollto": "~2.1.2",
72-
"tdp_core": "github:datavisyn/tdp_core#semver:^10.0.1"
72+
"tdp_core": "^10.0.1"
7373
}
7474
}

phovea_registry.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
**************************************************************************** */
66

77
import {PluginRegistry} from 'phovea_core';
8-
import reg from './src/phovea';
8+
import reg from './dist/phovea';
99

1010
/**
1111
* build a registry by registering all phovea modules

0 commit comments

Comments
 (0)