Skip to content

Commit

Permalink
actually update safety-eDISH to hep-explorer
Browse files Browse the repository at this point in the history
  • Loading branch information
samussiah committed Jul 30, 2019
1 parent da3c47f commit 97074c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,13 @@ var myCatConfig = {
defaultData: 'clinical-trials/renderer-specific/adbds.csv'
},
{
name: 'safety-eDISH',
main: 'safetyedish',
name: 'hep-explorer',
main: 'hepexplorer',
sub: null,
css: null,
schema: 'settings-schema.json',
defaultData: 'clinical-trials/renderer-specific/adbds.csv',
rootURL: 'https://cdn.jsdelivr.net/gh/ASA-DIA-InteractiveSafetyGraphics',
rootURL: 'https://cdn.jsdelivr.net/gh/SafetyGraphics',
},

/**-------------------------------------------------------------------------------------------\
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cat",
"version": "0.9.1",
"version": "0.9.3",
"description": "The Charting Application Tester (CAT) lets users make and adjust web graphics on the fly.",
"module": "./src/index.js",
"main": "./build/cat.js",
Expand Down

0 comments on commit 97074c4

Please sign in to comment.