Skip to content

Commit

Permalink
chore: add chalk dependency to help increase visibility of Twig rende…
Browse files Browse the repository at this point in the history
…rer errors
  • Loading branch information
bolt-bot committed Apr 22, 2020
1 parent 5d28a24 commit c8105f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/engine-twig-php/lib/engine_twig_php.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
const TwigRenderer = require('@basalt/twig-renderer');
const fs = require('fs-extra');
const path = require('path');
const chalk = require('chalk');

let twigRenderer;
let patternLabConfig = {};
Expand Down
1 change: 1 addition & 0 deletions packages/engine-twig-php/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"dependencies": {
"@basalt/twig-renderer": "0.13.1",
"@pattern-lab/core": "^5.7.0",
"chalk": "^4.0.0",
"fs-extra": "0.30.0"
},
"keywords": [
Expand Down

0 comments on commit c8105f0

Please sign in to comment.