Skip to content

Commit

Permalink
Removed toxic dependency (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
leo authored Aug 21, 2018
1 parent 4f3e80f commit a728997
Show file tree
Hide file tree
Showing 3 changed files with 175 additions and 147 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"bytes": "3.0.0",
"content-disposition": "0.5.2",
"fast-url-parser": "1.1.3",
"glob-slasher": "1.0.1",
"glob-slash": "1.0.0",
"mime-types": "2.1.18",
"minimatch": "3.0.4",
"path-is-inside": "1.0.2",
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const {stat, createReadStream, readdir} = require('fs');

// Packages
const url = require('fast-url-parser');
const slasher = require('glob-slasher');
const slasher = require('glob-slash');
const minimatch = require('minimatch');
const pathToRegExp = require('path-to-regexp');
const mime = require('mime-types');
Expand Down
Loading

0 comments on commit a728997

Please sign in to comment.