mirror of
https://github.com/h5bp/html5-boilerplate.git
synced 2026-01-08 22:28:10 -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
@@ -7,13 +7,13 @@
|
||||
"babel-preset-env": "^1.7.0",
|
||||
"babel-register": "^6.26.0",
|
||||
"del": "^3.0.0",
|
||||
"eslint": "^4.19.1",
|
||||
"eslint-config-recommended": "^2.0.0",
|
||||
"eslint": "^5.3.0",
|
||||
"eslint-config-recommended": "^3.0.0",
|
||||
"eslint-plugin-mocha": "^5.0.0",
|
||||
"glob": "^7.1.2",
|
||||
"gulp": "^3.9.1",
|
||||
"gulp-autoprefixer": "^5.0.0",
|
||||
"gulp-eslint": "^4.0.2",
|
||||
"gulp-eslint": "^5.0.0",
|
||||
"gulp-header": "^2.0.5",
|
||||
"gulp-jscs": "^4.1.0",
|
||||
"gulp-load-plugins": "^1.5.0",
|
||||
|
||||
@@ -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