Skip to content

Commit

Permalink
perf: use neo-async instead async (#538)
Browse files Browse the repository at this point in the history
  • Loading branch information
evilebottnawi authored and michael-ciniawsky committed Mar 3, 2018
1 parent 620bdd4 commit fab89dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/loader.js
Expand Up @@ -2,7 +2,7 @@

const sass = require("node-sass");
const path = require("path");
const async = require("async");
const async = require("neo-async");
const formatSassError = require("./formatSassError");
const webpackImporter = require("./webpackImporter");
const normalizeOptions = require("./normalizeOptions");
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -26,10 +26,10 @@
"release": "standard-version"
},
"dependencies": {
"async": "^2.1.5",
"clone-deep": "^2.0.1",
"loader-utils": "^1.0.1",
"lodash.tail": "^4.1.1",
"neo-async": "^2.5.0",
"pify": "^3.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit fab89dc

Please sign in to comment.