Skip to content

Commit 30117cc

Browse files
authored
Merge pull request #448 from D4ryl00/chore/bump-fast-xml-parser
chore: bump dependencies + npm audit fix
2 parents ddc882d + aa375e1 commit 30117cc

5 files changed

Lines changed: 2066 additions & 4539 deletions

File tree

bertytech/optimize.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const fs = require("fs");
22
const glob = require("glob");
33
const htmlnano = require("htmlnano");
4-
const ampSafePreset = require("htmlnano").presets.ampSafe;
4+
const ampSafePreset = require("htmlnano/presets/ampSafe").default;
55
const postcss = require("./postcss.config");
66

77
const publicDir = `${__dirname}/public`;

0 commit comments

Comments
 (0)