Skip to content

Commit b76aca6

Browse files
feat: upgrade dependencies
1 parent fb15741 commit b76aca6

File tree

3 files changed

+2105
-5633
lines changed

3 files changed

+2105
-5633
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const valueParser = require('postcss-value-parser');
22

33
const path = require('path');
44
const fg = require('fast-glob');
5-
const sort = require('fast-sort');
5+
const { sort } = require('fast-sort');
66

77
const SORTERS = ['asc', 'desc'];
88
const DEFAULT_SORTER = 'asc';

0 commit comments

Comments
 (0)