grunt-modernizr
Advanced tools
Comparing version 4.0.0 to 4.0.1
# Changelog | ||
### 5.0.0 | ||
- Drop node <= 16 support | ||
- Updated dependencies | ||
### 4.0.0 | ||
@@ -4,0 +9,0 @@ |
{ | ||
"name": "grunt-modernizr", | ||
"description": "Build out a lean, mean Modernizr machine.", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"main": "Gruntfile.js", | ||
@@ -24,3 +24,3 @@ "bin": { | ||
"engines": { | ||
"node": ">=16" | ||
"node": ">=18" | ||
}, | ||
@@ -32,3 +32,3 @@ "dependencies": { | ||
"devDependencies": { | ||
"assert": "^2.0.0", | ||
"assert": "^2.1.0", | ||
"grunt": "^1.6.1", | ||
@@ -35,0 +35,0 @@ "grunt-contrib-clean": "^2.0.1", |
@@ -61,3 +61,3 @@ # grunt-modernizr | ||
## License | ||
Copyright (c) 2023 The Modernizr team | ||
Copyright (c) 2024 The Modernizr team | ||
Licensed under the MIT license. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
181527