Skip to content

Commit 9d91934

Browse files
committed
Dependency update
1 parent f2f2b1c commit 9d91934

File tree

5 files changed

+3967
-20300
lines changed

5 files changed

+3967
-20300
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## [1.5.1] - 2022-04-14
8+
### Fixed
9+
- Dependency update
10+
711
## [1.5.0] - 2022-04-13
812
### Fixed
913
- Read files in `data` folder recursively

init/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ const folderExists = require('../lib/init/folder-exists');
66
const getFolderList = require('../lib/init/get-folder-list');
77
const chalk = require('chalk');
88

9-
109
module.exports = function init (template = 'default') {
1110
let templateName = template || 'default';
1211
let copyFrom = path.getBuilderPath('init', templateName);

lib/log-error.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
var chalk = require('chalk');
1+
const chalk = require('chalk');
22

33
module.exports = function (error) {
44
if (error.plugin) {

0 commit comments

Comments
 (0)