Fix standalone example
This commit is contained in:
parent
6e91df26ee
commit
2082d46a57
@ -51,7 +51,7 @@
|
|||||||
|
|
||||||
window.process = process;
|
window.process = process;
|
||||||
</script>
|
</script>
|
||||||
<script src="node_modules/ohif-standalone-viewer/dist/index.umd.js" crossorigin></script>
|
<script src="https://unpkg.com/ohif-viewer@0.0.2/dist/index.umd.js" crossorigin></script>
|
||||||
|
|
||||||
<!-- Load our React component. -->
|
<!-- Load our React component. -->
|
||||||
<script>
|
<script>
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ohif-viewer",
|
"name": "ohif-viewer",
|
||||||
"version": "0.0.1",
|
"version": "0.0.2",
|
||||||
"description": "OHIF Viewer",
|
"description": "OHIF Viewer",
|
||||||
"author": "OHIF Contributors",
|
"author": "OHIF Contributors",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user