gulp-modernizr
Advanced tools
Comparing version 4.0.1 to 4.0.2
{ | ||
"name": "gulp-modernizr", | ||
"description": "Gulp wrapper for custom Modernizr builds", | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"license": "MIT", | ||
@@ -21,13 +21,13 @@ "main": "index.js", | ||
"dependencies": { | ||
"customizr": "^2.0.1", | ||
"customizr": "^2.0.3", | ||
"plugin-error": "^1.0.1", | ||
"through2": "^4.0.2", | ||
"vinyl": "^2.2.0" | ||
"vinyl": "^2.2.1" | ||
}, | ||
"devDependencies": { | ||
"chai": "^4.2.0", | ||
"eslint": "^7.3.1", | ||
"eslint-config-gulp": "^5.0.0", | ||
"chai": "^4.3.4", | ||
"eslint": "^7.22.0", | ||
"eslint-config-gulp": "^5.0.1", | ||
"gulp": "^4.0.2", | ||
"mocha": "^8.0.1" | ||
"mocha": "^8.3.2" | ||
}, | ||
@@ -34,0 +34,0 @@ "engines": { |
@@ -134,3 +134,3 @@ # gulp-modernizr | ||
## License | ||
Copyright (c) 2020 The Modernizr team | ||
Copyright (c) 2021 The Modernizr team | ||
Licensed under the MIT license. |
Sorry, the diff of this file is not supported yet
21061
Updatedcustomizr@^2.0.3
Updatedvinyl@^2.2.1