Skip to content

Commit

Permalink
Fix deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Apr 16, 2019
1 parent 9c575d4 commit 0e4fca5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -13,16 +13,16 @@
},
"dependencies": {
"anymatch": "^3.0.0",
"async-each": "^1.0.1",
"async-each": "^1.0.3",
"braces": "^3.0.0",
"glob-parent": "^5.0.0",
"is-binary-path": "^2.0.1",
"is-glob": "^4.0.1",
"normalize-path": "^3.0.0",
"readdirp": "github:JSMonk/readdirp"
"readdirp": "github:paulmillr/readdirp"
},
"optionalDependencies": {
"fsevents": "^2.0.3"
"fsevents": "^2.0.4"
},
"devDependencies": {
"@types/node": "^11.9.4",
Expand Down

0 comments on commit 0e4fca5

Please sign in to comment.