mirror of
https://github.com/h5bp/html5-boilerplate.git
synced 2026-01-09 14:48:02 -05:00
Update dev deps (#2058)
* Update dev deps * Update package.json update eslint again * Update file_existence.js
This commit is contained in:
committed by
Rob Larsen
parent
2e32b433f7
commit
24c8fb2059
@@ -73,8 +73,8 @@ function checkFiles(directory, expectedFiles) {
|
||||
'mark': true // add a `/` character to directory matches
|
||||
});
|
||||
|
||||
// Check if all expected files are present in the
|
||||
// specified directory, and are of the expected type
|
||||
// Check if all expected files are present in the
|
||||
// specified directory, and are of the expected type
|
||||
expectedFiles.forEach((file) => {
|
||||
|
||||
let ok = false;
|
||||
|
||||
Reference in New Issue
Block a user