Skip to content

Commit 07ac796

Browse files
authored
fixup! Change minimatch dep tilde to caret
Allow for future updates to 3.2 if needed.
1 parent 612726a commit 07ac796

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
@@ -48,7 +48,7 @@
4848
"grunt-legacy-util": "~2.0.1",
4949
"iconv-lite": "~0.6.3",
5050
"js-yaml": "~3.14.0",
51-
"minimatch": "~3.1.5",
51+
"minimatch": "^3.1.5",
5252
"nopt": "^5.0.0"
5353
},
5454
"devDependencies": {

0 commit comments

Comments
 (0)