Skip to content

Commit fab89dc

Browse files
evilebottnawimichael-ciniawsky
authored andcommitted
perf: use neo-async instead async (#538)
1 parent 620bdd4 commit fab89dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/loader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
const sass = require("node-sass");
44
const path = require("path");
5-
const async = require("async");
5+
const async = require("neo-async");
66
const formatSassError = require("./formatSassError");
77
const webpackImporter = require("./webpackImporter");
88
const normalizeOptions = require("./normalizeOptions");

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
2626
"release": "standard-version"
2727
},
2828
"dependencies": {
29-
"async": "^2.1.5",
3029
"clone-deep": "^2.0.1",
3130
"loader-utils": "^1.0.1",
3231
"lodash.tail": "^4.1.1",
32+
"neo-async": "^2.5.0",
3333
"pify": "^3.0.0"
3434
},
3535
"devDependencies": {

0 commit comments

Comments
 (0)