Skip to content

Commit

Permalink
updated manifesto
Browse files Browse the repository at this point in the history
  • Loading branch information
edsilv committed Sep 11, 2018
1 parent e4597d5 commit ddae508
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/manifold.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// @iiif/manifold v1.2.32 https://github.com/iiif-commons/manifold#readme
// @iiif/manifold v1.2.33 https://github.com/iiif-commons/manifold#readme
interface Window {
manifestCallback: any;
}
Expand Down
2 changes: 1 addition & 1 deletion dist/manifold.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// @iiif/manifold v1.2.32 https://github.com/iiif-commons/manifold#readme
// @iiif/manifold v1.2.33 https://github.com/iiif-commons/manifold#readme
(function(f){if(typeof exports==="object"&&typeof module!=="undefined"){module.exports=f()}else if(typeof define==="function"&&define.amd){define([],f)}else{var g;if(typeof window!=="undefined"){g=window}else if(typeof global!=="undefined"){g=global}else if(typeof self!=="undefined"){g=self}else{g=this}g.iiifmanifold = f()}})(function(){var define,module,exports;return (function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r})()({1:[function(require,module,exports){
(function (global){

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iiif/manifold",
"version": "1.2.32",
"version": "1.2.33",
"description": "",
"main": "./dist/manifold.js",
"types": "./dist/manifold.d.ts",
Expand All @@ -18,7 +18,7 @@
"devDependencies": {
"gulp": "^3.9.1",
"gulp-tasks": "iiif-commons/gulp-tasks#v1.0.7",
"manifesto.js": "iiif-commons/manifesto#probe"
"manifesto.js": "3.0.4"
},
"dependencies": {
"@types/jquery": "^2.0.40"
Expand Down

0 comments on commit ddae508

Please sign in to comment.