Skip to content
This repository has been archived by the owner on Mar 14, 2022. It is now read-only.

Commit

Permalink
Update package-lock.json ^_^
Browse files Browse the repository at this point in the history
  • Loading branch information
chee committed May 6, 2020
1 parent 1561f1d commit fd3573f
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 32 deletions.
2 changes: 1 addition & 1 deletion lib/karma-scrumple.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function createPreprocessor(config, logger) {
scrumpleArguments.push(`--for-bower`);
}

const scrumpleCommpand = scrumplePath + ' ' + scrumpleArguments.join(' ');
const scrumpleCommand = scrumplePath + ' ' + scrumpleArguments.join(' ');
try {
log.info('Generating bundle for ./%s', location);
const {stdout, stderr} = await execa.command(scrumpleCommand, {
Expand Down
62 changes: 31 additions & 31 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fd3573f

Please sign in to comment.