grunt-modernizr
Advanced tools
Comparing version 3.0.2 to 3.0.3
# Changelog | ||
### 3.0.3 | ||
- Updated dependencies | ||
### 3.0.2 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "grunt-modernizr", | ||
"description": "Build out a lean, mean Modernizr machine.", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"main": "Gruntfile.js", | ||
@@ -27,3 +27,3 @@ "bin": { | ||
"dependencies": { | ||
"customizr": "^2.0.3", | ||
"customizr": "^2.0.4", | ||
"lodash.merge": "^4.6.2" | ||
@@ -33,8 +33,8 @@ }, | ||
"assert": "^2.0.0", | ||
"grunt": "^1.3.0", | ||
"grunt": "^1.4.1", | ||
"grunt-contrib-clean": "^2.0.0", | ||
"grunt-contrib-jshint": "^3.0.0", | ||
"grunt-contrib-nodeunit": "^2.1.0", | ||
"grunt-contrib-jshint": "^3.1.1", | ||
"grunt-contrib-nodeunit": "^4.0.0", | ||
"grunt-contrib-watch": "^1.1.0", | ||
"mocha": "^8.3.2", | ||
"mocha": "^9.2.0", | ||
"nexpect": "^0.6.0" | ||
@@ -41,0 +41,0 @@ }, |
# grunt-modernizr | ||
[![Build Status](https://secure.travis-ci.org/Modernizr/grunt-modernizr.png?branch=master,develop)](https://travis-ci.org/Modernizr/grunt-modernizr) | ||
[![Build Status](https://github.com/Modernizr/grunt-modernizr/actions/workflows/testing.yml/badge.svg)](https://github.com/Modernizr/grunt-modernizr/actions/workflows/testing.yml) | ||
[![npm version](https://badge.fury.io/js/grunt-modernizr.svg)](https://badge.fury.io/js/grunt-modernizr) | ||
[![NPM](https://nodei.co/npm/grunt-modernizr.png?compact=true)](https://nodei.co/npm/grunt-modernizr/) | ||
A [Grunt](http://gruntjs.com/) wrapper for [Modernizr](https://github.com/Modernizr/Modernizr). | ||
@@ -62,3 +61,3 @@ | ||
## License | ||
Copyright (c) 2021 The Modernizr team | ||
Copyright (c) 2022 The Modernizr team | ||
Licensed under the MIT license. |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
181477
25
63
Updatedcustomizr@^2.0.4