Skip to content

Commit

Permalink
[DEPENDENCY] Yarn: Pin dir-glob dependency to v2.0.0
Browse files Browse the repository at this point in the history
Follow up of #73
To pin a transitive dependency when using Yarn, "resolutions" need to be
used.
  • Loading branch information
RandomByte committed Jan 31, 2019
1 parent 68956fb commit e14457c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,5 +119,8 @@
"rimraf": "^2.6.3",
"sinon": "^7.2.3",
"tap-nyan": "^1.1.0"
},
"resolutions": {
"dir-glob": "2.0.0"
}
}

0 comments on commit e14457c

Please sign in to comment.