Skip to content

Commit

Permalink
build(package): add picomatch dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmlnc committed Feb 20, 2020
1 parent 1757299 commit 69be6a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@
"@nodelib/fs.walk": "^1.2.3",
"glob-parent": "^5.1.0",
"merge2": "^1.3.0",
"micromatch": "^4.0.2"
"micromatch": "^4.0.2",
"picomatch": "^2.2.1"
},
"scripts": {
"clean": "rimraf out",
Expand Down

0 comments on commit 69be6a2

Please sign in to comment.