Skip to content

Commit

Permalink
Merge d1dbce3 into e1b1611
Browse files Browse the repository at this point in the history
  • Loading branch information
papandreou committed Mar 19, 2022
2 parents e1b1611 + d1dbce3 commit be901e1
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');
const perfectionist = require('perfectionist-papandreou');
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": "^2.4.0",
"perfectionist-papandreou": "^2.4.0-patch1",
"postcss": "^8.3.10",
"qs": "^6.5.2",
"read-pkg-up": "^6.0.0",
Expand Down

0 comments on commit be901e1

Please sign in to comment.