Comparing version 0.8.0 to 0.8.1
@@ -37,2 +37,3 @@ { | ||
"Physical page": "Physische Seite", | ||
"Place": "Ort", | ||
"Previous page": "Vorige Seite", | ||
@@ -52,4 +53,5 @@ "Previous section": "Voriger Abschnitt", | ||
"View": "Ansicht", | ||
"Year": "Jahr", | ||
"Zoom in": "Vergrößern", | ||
"Zoom out": "Verkleinern" | ||
} |
{ | ||
"name": "tify", | ||
"version": "0.8.0", | ||
"version": "0.8.1", | ||
"description": "TIFY is a slim and fast IIIF document viewer.", | ||
@@ -29,2 +29,3 @@ "homepage": "https://github.com/subugoe/tify", | ||
"openseadragon": "^2.2.1", | ||
"promise-polyfill": "^6.0.2", | ||
"striptags": "^2.2.1", | ||
@@ -31,0 +32,0 @@ "vue": "^2.3.4" |
@@ -11,2 +11,5 @@ import Vue from 'vue'; | ||
// Polyfill Promise for IE 11 | ||
if (!window.Promise) window.Promise = require('promise-polyfill'); | ||
Vue.prototype.$http = require('axios'); | ||
@@ -13,0 +16,0 @@ |
@@ -37,2 +37,3 @@ { | ||
"Physical page": "Physische Seite", | ||
"Place": "Ort", | ||
"Previous page": "Vorige Seite", | ||
@@ -52,4 +53,5 @@ "Previous section": "Voriger Abschnitt", | ||
"View": "Ansicht", | ||
"Year": "Jahr", | ||
"Zoom in": "Vergrößern", | ||
"Zoom out": "Verkleinern" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
678510
2752
6
+ Addedpromise-polyfill@^6.0.2
+ Addedpromise-polyfill@6.1.0(transitive)