gulp-modernizr
Advanced tools
Comparing version 3.1.0 to 3.2.0
@@ -0,0 +0,0 @@ var path = require('path'); |
{ | ||
"name": "gulp-modernizr", | ||
"description": "Gulp wrapper for custom Modernizr builds", | ||
"version": "3.1.0", | ||
"version": "3.2.0", | ||
"license": "MIT", | ||
@@ -15,5 +15,5 @@ "main": "index.js", | ||
"dependencies": { | ||
"customizr": "^1.1.0", | ||
"customizr": "^1.2.0", | ||
"plugin-error": "^1.0.1", | ||
"through2": "^3.0.0", | ||
"through2": "^3.0.1", | ||
"vinyl": "^2.2.0" | ||
@@ -23,6 +23,6 @@ }, | ||
"assert": "^1.4.1", | ||
"eslint": "^5.9.0", | ||
"eslint": "^5.15.1", | ||
"eslint-config-gulp": "^3.0.1", | ||
"gulp": "^4.0.0", | ||
"mocha": "^5.2.0" | ||
"mocha": "^6.0.2" | ||
}, | ||
@@ -29,0 +29,0 @@ "engines": { |
@@ -0,0 +0,0 @@ # gulp-modernizr [![Build Status](https://secure.travis-ci.org/rejas/gulp-modernizr.png?branch=master,develop)](https://travis-ci.org/rejas/gulp-modernizr) |
@@ -0,0 +0,0 @@ var Mocha = require('mocha'); |
@@ -0,0 +0,0 @@ 'use strict'; |
@@ -1,3 +0,1 @@ | ||
/* jshint sub: true */ | ||
var Modernizr = window.Modernizr; | ||
@@ -4,0 +2,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
17866
8
416
Updatedcustomizr@^1.2.0
Updatedthrough2@^3.0.1