gulp-modernizr
Advanced tools
Comparing version 4.0.0 to 4.0.1
@@ -0,0 +0,0 @@ var PluginError = require('plugin-error'); |
{ | ||
"name": "gulp-modernizr", | ||
"description": "Gulp wrapper for custom Modernizr builds", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"license": "MIT", | ||
@@ -21,5 +21,5 @@ "main": "index.js", | ||
"dependencies": { | ||
"customizr": "^2.0.0", | ||
"customizr": "^2.0.1", | ||
"plugin-error": "^1.0.1", | ||
"through2": "^3.0.1", | ||
"through2": "^4.0.2", | ||
"vinyl": "^2.2.0" | ||
@@ -29,6 +29,6 @@ }, | ||
"chai": "^4.2.0", | ||
"eslint": "^6.8.0", | ||
"eslint-config-gulp": "^3.0.1", | ||
"eslint": "^7.3.1", | ||
"eslint-config-gulp": "^5.0.0", | ||
"gulp": "^4.0.2", | ||
"mocha": "^7.1.1" | ||
"mocha": "^8.0.1" | ||
}, | ||
@@ -35,0 +35,0 @@ "engines": { |
@@ -0,0 +0,0 @@ # gulp-modernizr |
@@ -0,0 +0,0 @@ var Mocha = require('mocha'); |
@@ -0,0 +0,0 @@ 'use strict'; |
@@ -0,0 +0,0 @@ var Modernizr = window.Modernizr; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
21060
+ Addedthrough2@4.0.2(transitive)
- Removedthrough2@3.0.2(transitive)
Updatedcustomizr@^2.0.1
Updatedthrough2@^4.0.2