diff --git a/index.js b/index.js index 573c7cd..0479216 100644 --- a/index.js +++ b/index.js @@ -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', }, /**-------------------------------------------------------------------------------------------\ diff --git a/package.json b/package.json index c533dc1..87e57b1 100644 --- a/package.json +++ b/package.json @@ -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",