Skip to content
This repository was archived by the owner on Jun 24, 2024. It is now read-only.

Commit b69557d

Browse files
committed
chore: update all packages to latest
1 parent f6e83cf commit b69557d

File tree

2 files changed

+3052
-2581
lines changed

2 files changed

+3052
-2581
lines changed

lib/util.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ const atImport = require('postcss-import');
1010
const resolve = require('postcss-import/lib/resolve-id');
1111

1212
module.exports.identifyCssModule = async function identifyCssModule(filePath) {
13-
const { pkg: { name, version }, path: packagePath } = await readPkgUp({
13+
const {
14+
pkg: { name, version },
15+
path: packagePath,
16+
} = await readPkgUp({
1417
normalize: false,
1518
cwd: path.dirname(filePath),
1619
});

0 commit comments

Comments
 (0)