Fix standalone example

This commit is contained in:
Erik Ziegler 2019-01-17 17:22:15 +01:00
parent 6e91df26ee
commit 2082d46a57
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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",