Skip to content

Commit

Permalink
updated manifesto, manifold
Browse files Browse the repository at this point in the history
  • Loading branch information
edsilv committed Mar 5, 2019
1 parent d4eaaf0 commit f8fb345
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 23 deletions.
4 changes: 2 additions & 2 deletions examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jsviews/0.9.75/jsviews.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/core-js/2.4.1/core.min.js"></script>
<script src="https://unpkg.com/[email protected].5/dist-umd/manifesto.js"></script>
<script src="https://unpkg.com/@iiif/[email protected].9/dist-umd/manifold.js"></script>
<script src="https://unpkg.com/[email protected].6/dist-umd/manifesto.js"></script>
<script src="https://unpkg.com/@iiif/[email protected].10/dist-umd/manifold.js"></script>
<script src="https://unpkg.com/@iiif/base-component/dist/BaseComponent.js"></script>
<script src="https://unpkg.com/@edsilv/utils/dist/Utils.js"></script>
<script src="https://unpkg.com/@edsilv/jquery-plugins/dist/jquery-plugins.js"></script>
Expand Down
29 changes: 11 additions & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iiif/iiif-gallery-component",
"version": "1.1.13",
"version": "1.1.14",
"description": "",
"main": "./dist/GalleryComponent.js",
"types": "./dist/GalleryComponent.d.ts",
Expand Down Expand Up @@ -33,8 +33,8 @@
"@edsilv/jquery-plugins": "1.0.3",
"@edsilv/utils": "0.2.2",
"@iiif/base-component": "1.1.3",
"@iiif/manifold": "2.0.0-pre.4",
"@iiif/manifold": "2.0.0-pre.10",
"@types/jquery": "3.3.14",
"manifesto.js": "4.0.0-pre.5"
"manifesto.js": "4.0.0-pre.6"
}
}

0 comments on commit f8fb345

Please sign in to comment.