Skip to content

Commit 41c4479

Browse files
author
veeck
committed
v3.0.2
1 parent 19b646d commit 41c4479

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
### 3.0.2
4+
5+
- Updated dependencies
6+
37
### 3.0.1
48

59
- Updated dependencies

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020 The Modernizr team
3+
Copyright (c) 2021 The Modernizr team
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,5 @@ Just configure your build, click the Build button, and download/copy the Grunt C
5959
##### See the [customizr repository](https://github.com/Modernizr/customizr#config-file) for valid settings.
6060

6161
## License
62-
Copyright (c) 2020 The Modernizr team
62+
Copyright (c) 2021 The Modernizr team
6363
Licensed under the MIT license.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "grunt-modernizr",
33
"description": "Build out a lean, mean Modernizr machine.",
4-
"version": "3.0.1",
4+
"version": "3.0.2",
55
"main": "Gruntfile.js",
66
"bin": {
77
"grunt-modernizr": "bin/grunt-modernizr"

0 commit comments

Comments
 (0)