Skip to content

Commit

Permalink
Replace perfectionist-papandreou with perfectionist-dfd
Browse files Browse the repository at this point in the history
  • Loading branch information
papandreou committed Apr 3, 2022
1 parent e3e2584 commit 94c6369
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/assets/Css.js
Expand Up @@ -3,7 +3,7 @@ global.Promise = require('bluebird');

const AssetGraph = require('../AssetGraph');
const postcss = require('postcss');
const perfectionist = require('perfectionist-papandreou');
const perfectionist = require('perfectionist-dfd');
const errors = require('../errors');
const Text = require('./Text');
const propertyWithImageUrlRegExp =
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -45,7 +45,7 @@
"memoizesync": "1.1.1",
"mkdirp": "^0.5.1",
"normalizeurl": "^1.0.0",
"perfectionist-papandreou": "^2.4.0-patch2",
"perfectionist-dfd": "^2.4.2",
"postcss": "^8.4.12",
"qs": "^6.5.2",
"read-pkg-up": "^6.0.0",
Expand Down

0 comments on commit 94c6369

Please sign in to comment.