Skip to content

Commit

Permalink
updated biif to v0.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
edsilv committed Sep 29, 2018
1 parent a35582a commit 1635737
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env node
#!/usr/bin/env node
const { build } = require('biiif');
const { exec } = require('child_process');
const { join } = require('path');
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": "biiif-cli",
"version": "0.1.6",
"version": "0.1.7",
"description": "A CLI to Build Static IIIF Collections",
"main": "index.js",
"bin": {
Expand All @@ -23,7 +23,7 @@
},
"homepage": "https://github.com/edsilv/biiif-cli#readme",
"dependencies": {
"biiif": "0.3.9",
"biiif": "0.3.10",
"chalk": "^2.3.0",
"commander": "^2.11.0",
"ncp": "^2.0.0"
Expand Down

0 comments on commit 1635737

Please sign in to comment.