| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -17,6 +17,7 @@ | |||
| 17 | 17 | const TwigRenderer = require('@basalt/twig-renderer'); | |
| 18 | 18 | const fs = require('fs-extra'); | |
| 19 | 19 | const path = require('path'); | |
| 20 | + const chalk = require('chalk'); | ||
| 20 | 21 | ||
| 21 | 22 | let twigRenderer; | |
| 22 | 23 | let patternLabConfig = {}; | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -6,6 +6,7 @@ | |||
| 6 | 6 | "dependencies": { | |
| 7 | 7 | "@basalt/twig-renderer": "0.13.1", | |
| 8 | 8 | "@pattern-lab/core": "^5.7.0", | |
| 9 | + "chalk": "^4.0.0", | ||
| 9 | 10 | "fs-extra": "0.30.0" | |
| 10 | 11 | }, | |
| 11 | 12 | "keywords": [ | |
| Back | FazBrowse Home | New Git URL |
0 commit comments