Skip to content

Commit

Permalink
Add flat-util.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonkemp committed Jan 22, 2020
1 parent 8e4f0fb commit 103584c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/inline-css.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const parseCSS = require('css-rules');
const cheerio = require('cheerio');
const pseudoCheck = require('./pseudoCheck');
const handleRule = require('./handleRule');
const flatten = require('lodash.flatten');
const flatten = require('flat-util');
const setStyleAttrs = require('./setStyleAttrs');
const setWidthAttrs = require('./setWidthAttrs');
const removeClassId = require('./removeClassId');
Expand Down
5 changes: 5 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"css-rules": "^1.0.6",
"extend": "^3.0.2",
"extract-css": "^1.5.0",
"lodash.flatten": "^4.4.0",
"flat-util": "^1.0.0",
"object.pick": "^1.3.0",
"slick": "^1.12.2",
"specificity": "^0.4.1"
Expand Down

0 comments on commit 103584c

Please sign in to comment.