Update grunt dependency

Use `*` so we don't need to care about its version anymore.
PR #16917.
This commit is contained in:
xavier2k6 2022-04-25 04:38:12 +01:00 committed by GitHub
parent eba5a48abd
commit b85b1e8834
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@
"main": "index.js",
"dependencies": {},
"devDependencies": {
"grunt": ">=1.3.0",
"grunt": "*",
"grunt-svg2png": "git+https://git@github.com/bertyhell/grunt-svg2png.git"
},
"author": "Bert Verhelst",