Comparing version 0.0.15 to 0.1.0
@@ -6,3 +6,3 @@ "use strict"; | ||
const { existsSync } = require('fs'); | ||
const biiif = (dir, url) => { | ||
exports.build = (dir, url) => { | ||
console.log(chalk.white('biiifing ' + dir)); | ||
@@ -19,2 +19,1 @@ // validate inputs | ||
}; | ||
module.exports = biiif; |
{ | ||
"name": "biiif", | ||
"version": "0.0.15", | ||
"version": "0.1.0", | ||
"description": "A CLI to build IIIF collections", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
3
19567
19
387