Skip to content

Commit

Permalink
Merge pull request #124 from RhoInc/dev-v2.5.2
Browse files Browse the repository at this point in the history
dev-v2.5.2
  • Loading branch information
samussiah authored Mar 28, 2019
2 parents ef46cb2 + 986fe5f commit 5af5c55
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "safety-outlier-explorer",
"version": "2.5.1",
"version": "2.5.2",
"description": "Chart showing participant trajectories of lab measures, vital signs and other related measures in clinical trials.",
"module": "./src/index.js",
"main": "./safetyOutlierExplorer.js",
Expand Down
4 changes: 2 additions & 2 deletions test-page/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<meta http-equiv = 'Content-Type' content = 'text/html; charset = utf-8'>

<script type = 'text/javascript' src = 'https://d3js.org/d3.v3.min.js'></script>
<script type = 'text/javascript' src = 'https://rawgit.com/RhoInc/Webcharts/master/build/webcharts.js'></script>
<script type = 'text/javascript' src = 'https://cdn.jsdelivr.net/gh/RhoInc/Webcharts/build/webcharts.js'></script>
<script type = 'text/javascript' src = '../safetyOutlierExplorer.js'></script>

<link type = 'text/css' rel = 'stylesheet' href = 'https://rawgit.com/RhoInc/Webcharts/master/css/webcharts.css'>
<link type = 'text/css' rel = 'stylesheet' href = 'https://cdn.jsdelivr.net/gh/RhoInc/Webcharts/css/webcharts.css'>
<link type = 'text/css' rel = 'stylesheet' href = './index.css'>
</head>

Expand Down

0 comments on commit 5af5c55

Please sign in to comment.