Skip to content

Commit

Permalink
correct scaffold path
Browse files Browse the repository at this point in the history
  • Loading branch information
edsilv committed Apr 30, 2018
1 parent 5916758 commit 489bd7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ async function execCli(env, options) {

ncp.limit = 16;

const scaffoldTarget = './scaffoldtest';
const scaffoldTarget = './';
const scaffoldFilesPath = join(__dirname, 'scaffold');

ncp(scaffoldFilesPath, scaffoldTarget, {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "biiif-cli",
"version": "0.0.22",
"version": "0.0.23",
"description": "A CLI to Build Static IIIF Collections",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit 489bd7f

Please sign in to comment.