Skip to content

Commit 3c04f87

Browse files
author
Raphaël Droz
committed
ci: Fix a GitHub warning about Grunt < 1.3.0
1 parent 90d095b commit 3c04f87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@rollup/plugin-node-resolve": "^11.1.0",
4444
"@rollup/plugin-replace": "^2.3.4",
4545
"core-js": "^3.8.3",
46-
"grunt": "1.3.0",
46+
"grunt": ">=1.3.0",
4747
"grunt-bump": "0.8.0",
4848
"grunt-contrib-clean": "2.0.0",
4949
"grunt-contrib-copy": "1.0.0",

0 commit comments

Comments
 (0)