diff --git a/LesionTracker/.meteor/packages b/LesionTracker/.meteor/packages index 0c296b2aa..f92a33eb1 100644 --- a/LesionTracker/.meteor/packages +++ b/LesionTracker/.meteor/packages @@ -26,7 +26,7 @@ clinical:hipaa-logger aldeed:simple-schema # Third party package to deal with schemas # OHIF Packages -ohif:compatibility +ohif:polyfill ohif:design ohif:core ohif:user diff --git a/LesionTracker/.meteor/versions b/LesionTracker/.meteor/versions index 80752cf78..5fbacd982 100644 --- a/LesionTracker/.meteor/versions +++ b/LesionTracker/.meteor/versions @@ -87,7 +87,7 @@ natestrauser:select2@4.0.3 npm-bcrypt@0.9.2 npm-mongo@2.2.11_2 observe-sequence@1.0.14 -ohif:compatibility@0.0.1 +ohif:polyfill@0.0.1 ohif:core@0.0.1 ohif:cornerstone@0.0.1 ohif:design@0.0.1 diff --git a/OHIFViewer/.meteor/packages b/OHIFViewer/.meteor/packages index 894146dd8..934e6ff11 100644 --- a/OHIFViewer/.meteor/packages +++ b/OHIFViewer/.meteor/packages @@ -5,7 +5,7 @@ # but you can also edit it by hand. # OHIF Packages -ohif:compatibility +ohif:polyfill ohif:design ohif:core ohif:header diff --git a/OHIFViewer/.meteor/versions b/OHIFViewer/.meteor/versions index f7aaec4d2..a69628fd3 100644 --- a/OHIFViewer/.meteor/versions +++ b/OHIFViewer/.meteor/versions @@ -72,7 +72,7 @@ mongo-id@1.0.6 natestrauser:select2@4.0.3 npm-mongo@2.2.11_2 observe-sequence@1.0.14 -ohif:compatibility@0.0.1 +ohif:polyfill@0.0.1 ohif:core@0.0.1 ohif:cornerstone@0.0.1 ohif:design@0.0.1 diff --git a/Packages/ohif-compatibility/client/ie.js b/Packages/ohif-polyfill/client/ie.js similarity index 100% rename from Packages/ohif-compatibility/client/ie.js rename to Packages/ohif-polyfill/client/ie.js diff --git a/Packages/ohif-compatibility/client/index.js b/Packages/ohif-polyfill/client/index.js similarity index 100% rename from Packages/ohif-compatibility/client/index.js rename to Packages/ohif-polyfill/client/index.js diff --git a/Packages/ohif-compatibility/package.js b/Packages/ohif-polyfill/package.js similarity index 82% rename from Packages/ohif-compatibility/package.js rename to Packages/ohif-polyfill/package.js index 555cdbce6..64f97f0e2 100644 --- a/Packages/ohif-compatibility/package.js +++ b/Packages/ohif-polyfill/package.js @@ -1,6 +1,6 @@ Package.describe({ - name: 'ohif:compatibility', - summary: 'OHIF assets to keep compatibility with older browsers', + name: 'ohif:polyfill', + summary: 'OHIF polyfills to keep compatibility with older browsers', version: '0.0.1' }); diff --git a/Packages/ohif-compatibility/public/js/flexibility.min.js b/Packages/ohif-polyfill/public/js/flexibility.min.js similarity index 100% rename from Packages/ohif-compatibility/public/js/flexibility.min.js rename to Packages/ohif-polyfill/public/js/flexibility.min.js diff --git a/Packages/ohif-compatibility/public/js/svgxuse.min.js b/Packages/ohif-polyfill/public/js/svgxuse.min.js similarity index 100% rename from Packages/ohif-compatibility/public/js/svgxuse.min.js rename to Packages/ohif-polyfill/public/js/svgxuse.min.js diff --git a/Packages/ohif-compatibility/public/js/typedarray.min.js b/Packages/ohif-polyfill/public/js/typedarray.min.js similarity index 100% rename from Packages/ohif-compatibility/public/js/typedarray.min.js rename to Packages/ohif-polyfill/public/js/typedarray.min.js diff --git a/StandaloneViewer/StandaloneViewer/.meteor/packages b/StandaloneViewer/StandaloneViewer/.meteor/packages index 3d9ace26f..8c76ec934 100644 --- a/StandaloneViewer/StandaloneViewer/.meteor/packages +++ b/StandaloneViewer/StandaloneViewer/.meteor/packages @@ -19,7 +19,7 @@ ecmascript@0.6.1 # Enable ECMAScript2015+ syntax in app code shell-server@0.2.1 # Server-side component of the `meteor shell` command # OHIF Packages -ohif:compatibility +ohif:polyfill ohif:core ohif:header ohif:design diff --git a/StandaloneViewer/StandaloneViewer/.meteor/versions b/StandaloneViewer/StandaloneViewer/.meteor/versions index 83265e2c7..58f4c16f8 100644 --- a/StandaloneViewer/StandaloneViewer/.meteor/versions +++ b/StandaloneViewer/StandaloneViewer/.meteor/versions @@ -72,7 +72,7 @@ mrt:moment@2.8.1 natestrauser:select2@4.0.3 npm-mongo@2.2.11_2 observe-sequence@1.0.14 -ohif:compatibility@0.0.1 +ohif:polyfill@0.0.1 ohif:core@0.0.1 ohif:cornerstone@0.0.1 ohif:design@0.0.1