Skip to content

Commit

Permalink
removed dependency on character-entities which I briefly introduced (…
Browse files Browse the repository at this point in the history
…never published)
  • Loading branch information
Tom Boutell committed Sep 28, 2018
1 parent 5f52811 commit 2081611
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"license": "MIT",
"dependencies": {
"chalk": "^2.3.0",
"character-entities": "^1.2.2",
"htmlparser2": "^3.9.0",
"lodash.clonedeep": "^4.5.0",
"lodash.escaperegexp": "^4.1.2",
Expand Down
1 change: 0 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ var isPlainObject = require('lodash.isplainobject');
var srcset = require('srcset');
var postcss = require('postcss');
var url = require('url');
var characterEntities = require('character-entities');

function each(obj, cb) {
if (obj) Object.keys(obj).forEach(function (key) {
Expand Down

0 comments on commit 2081611

Please sign in to comment.