Comparing version 1.0.5 to 1.0.6
@@ -131,2 +131,8 @@ { | ||
], | ||
".tiff": [ | ||
{ | ||
"type": "Image", | ||
"format": "image/tiff" | ||
} | ||
], | ||
".usdz": [ | ||
@@ -155,2 +161,2 @@ { | ||
} | ||
} | ||
} |
@@ -52,3 +52,3 @@ "use strict"; | ||
ignore: [ | ||
"**/*.{crt,drc,epub,glb,gltf,gz,stl,jpg,jpeg,json,md,mp3,mp4,nii,obj,opf,pdf,ply,png,toml,usdz,vtt,yml}", | ||
"**/*.{crt,drc,epub,glb,gltf,gz,stl,jpg,jpeg,json,md,mp3,mp4,nii,obj,opf,pdf,ply,png,tiff,toml,usdz,vtt,yml}", | ||
"**/_*", | ||
@@ -55,0 +55,0 @@ "**/+*", |
{ | ||
"name": "biiif", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "A CLI to build IIIF collections", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -181,1 +181,3 @@ # biiif (build iiif) 👷✨📃 | ||
If you need to include a folder in your project but don't want biiif to treat it as a manifest, add a `!` to the start of its name, e.g. `!ignorethisfolder`. | ||
Watch out for ":" in metadata descriptions, these will throw an error when parsing the YML. |
Sorry, the diff of this file is not supported yet
100258
1320
183