Skip to content

Commit e14457c

Browse files
committed
[DEPENDENCY] Yarn: Pin dir-glob dependency to v2.0.0
Follow up of #73 To pin a transitive dependency when using Yarn, "resolutions" need to be used.
1 parent 68956fb commit e14457c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,5 +119,8 @@
119119
"rimraf": "^2.6.3",
120120
"sinon": "^7.2.3",
121121
"tap-nyan": "^1.1.0"
122+
},
123+
"resolutions": {
124+
"dir-glob": "2.0.0"
122125
}
123126
}

0 commit comments

Comments
 (0)