Skip to content

Commit

Permalink
Fix mustache require.
Browse files Browse the repository at this point in the history
  • Loading branch information
smebberson committed Jun 15, 2024
1 parent 67049c0 commit 1d429c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/lib/c-kc.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
const fs = require('fs');
const { copy, ensureDir } = require('fs-extra');
const { join, resolve: resolvePath } = require('path');
const Mustache = require('Mustache');
const Mustache = require('mustache');
const { promisify } = require('util');

const { constants } = fs;
Expand Down

0 comments on commit 1d429c4

Please sign in to comment.